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", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.0", "manifest_version": 3, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.instagram.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "Instagram An\u00f4nimo" }, "content_scripts": [ { "run_at": "document_start", "js": [ "contentScript.js" ], "matches": [ "https:\/\/*.instagram.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ "https:\/\/*.instagram.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }