Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Need help diagnosing what extension is adding text to forum posts

more options

Title, I'm unable to figure out what extensions is adding text to my forum post, searching the id yields no results.

Title, I'm unable to figure out what extensions is adding text to my forum post, searching the id yields no results.
첨부된 스크린샷

모든 댓글 (5)

more options

Check the list of extensions on the about:support page.

more options

You can open the about:debugging page via the location bar and go to "This Firefox" and search for the df92a8c4 UUID that shows in the screenshot to see what extension this is about.

more options

cor-el said

You can open the about:debugging page via the location bar and go to "This Firefox" and search for the df92a8c4 UUID that shows in the screenshot to see what extension this is about.

I should have made this more clear, that's what I meant by searching the ID. It's not in my extension list.

more options

If the extension UUID doesn't show on the about:debugging page and is also not present in the browser.uiCustomization.state extensions.webextensions.uuids pref that it sounds that this extension is no longer installed.

You can try "Clear the startup cache..." via the "Help -> More Troubleshooting Information" (about:support) page.

(edited to fix the wrong pref)

글쓴이 cor-el 수정일시

more options

How about:

Copy/paste that src URL to the address bar and change

/js/app.js

to

/manifest.json

and then press Enter to load the manifest. That usually has the extension's familiar name and its ID.