Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

I'm trying to port the "Crunchyroll Full Screen, All The Time" Chrome addon, but I can't figure out how to get it to work.

  • 6 trả lời
  • 1 gặp vấn đề này
  • 24 lượt xem
  • Trả lời mới nhất được viết bởi TyDraniu

more options

(Chrome Addon https://chrome.google.com/webstore/detail/crunchyroll-full-screen-a/aebamgnddkjifkidngamjohhgkfholmj) I have the code off of the Chrome Web Store (https://drive.google.com/open?id=1M0PP8038FtWgMmif9OzP0r4sCbA8VrNK). I put in the manifest.json or content.js in the debug menu as a temporary addon, and it get's the menu, but not the actual function of the addon. Please help.

(Chrome Addon https://chrome.google.com/webstore/detail/crunchyroll-full-screen-a/aebamgnddkjifkidngamjohhgkfholmj) I have the code off of the Chrome Web Store (https://drive.google.com/open?id=1M0PP8038FtWgMmif9OzP0r4sCbA8VrNK). I put in the manifest.json or content.js in the debug menu as a temporary addon, and it get's the menu, but not the actual function of the addon. Please help.

Tất cả các câu trả lời (6)

more options

Edit: I have tried using the zip instead of the .json or .js mentioned above as well. It still didn't work.

more options

Check out this page to test the addon: https://www.extensiontest.com/

more options

TyDraniu said

Check out this page to test the addon: https://www.extensiontest.com/

(Folder contains the .crx and .zip https://drive.google.com/drive/folders/1Xpwx6z46rrR4vcK4imxDsFDYgHZ9gsLA?usp=sharing) Both the crx and zip come up with no problems on the website, but using the temporary addon it doesn't work. It shows up in the top right, and it opens like it does in Chrome, but the "Toggle binge mode" button does nothing.

more options

storage.sync can cause issues when loaded temporarily",

description: "This API can cause issues when loaded temporarily using about:debugging in Firefox unless you specify applications|browser_specific_settings > gecko > id in the manifest. Please see: https://mzl.la/2hizK4a for more.

more options

Okay, now how exactly would I edit the manifest.json file? Do I need an external tool? Also, what is the "addon@example.com" mentioned on that site?

Được chỉnh sửa bởi Marcus Mesecher vào

more options

Marcus Mesecher said

Okay, now how exactly would I edit the manifest.json file? Do I need an external tool?

You need just any good text editor, like Notepad++.


Marcus Mesecher said

Also, what is the "addon@example.com" mentioned on that site?


It's ID. The extension ID must be one of the following:

  • GUID
  • A string formatted like an email address: extensionname@example.org

The latter format is easier to generate and manipulate. Be aware that using a real email address here may attract spam.

For example:

  • "id": "extensionname@example.org"
  • "id": "{daf44bf7-a45e-4450-979c-91cf07434c3d}"