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_extension_name__", "version": "2.0.9", "description": "__MSG_extension_description__", "default_locale": "fr", "permissions": [ "alarms", "notifications", "activeTab", "identity", "storage" ], "host_permissions": [ "https:\/\/id.twitch.tv\/*", "https:\/\/backend.djobi.org\/*", "https:\/\/api.allorigins.win\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": "images\/default_icon.png" }, "icons": { "16": "images\/default_icon.png", "48": "images\/default_icon.png", "128": "images\/default_icon.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/backend.djobi.org:9443 https:\/\/backend.djobi.org https:\/\/id.twitch.tv https:\/\/api.allorigins.win https:\/\/www.cloudflare.com https:\/\/api.ipify.org" }, "web_accessible_resources": [ { "resources": [ "save-token.html" ], "matches": [ "<all_urls>" ] } ] }