Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.7.0", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "img\/icon_32.png" }, "permissions": [ "system.display", "declarativeNetRequest", "downloads", "scripting", "storage", "tabs" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/in.js", "js\/fb-v.js" ], "css": [ "css\/fonts.css", "css\/styles.css" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "\/fonts\/*.ttf", "\/img\/*.svg" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ] }