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__", "description": "__MSG_desc__", "default_locale": "en", "version": "1.0.3", "action": { "default_popup": "src\/layouts\/popup.html", "default_icon": "extensionIcons\/icon512x512.png" }, "permissions": [ "storage", "activeTab", "downloads", "webRequest" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_end", "all_frames": true, "js": [ "javaScript\/content.js" ] } ], "background": { "service_worker": "javaScript\/background.js", "type": "module" }, "icons": { "512": "extensionIcons\/icon512x512.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/*.png", "javaScript\/instagram.js" ] } ], "host_permissions": [ "<all_urls>" ] }