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_displayName__", "description": "__MSG_displayDesc__", "version": "1.0.18", "manifest_version": 3, "default_locale": "en", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAryqilwfo3KmC954kemW7Bj02gJou56plYO8Vc1iUsOTsxGeUh3vQxCwE68CgXAE3EI2\/SBazodScyNqXF+V3ZZSobXhF30E7UyTwh4LubQzCrR3HjVeG0vdt\/i+q3oELucS+IHb8m\/mxTF9LOSOIPvoAQi3DEbKHL5lxBdrFZLfIHByGwij6u\/aAoufgxnEjvnRjosgeJhUoQnRNDE5d1C6aJMlcQ51ZIobrZQ1H9k6EFKalhbCZBrKEYJkFt8MY98WHn+d3G7vdNw7AXUUKIuur\/8WWJoh\/lLylHfX0zqP9iQ0FPYDRaJXIDDduT+SyTRj9Qb9uU3Ns7GpnuVbcGwIDAQAB", "icons": { "16": "public\/logo\/icon16.png", "48": "public\/logo\/icons32.png", "128": "public\/logo\/icons128.png" }, "action": { "default_title": "InstagramExport", "default_popup": "popup.html#\/home" }, "background": { "service_worker": "sw.js", "type": "module" }, "permissions": [ "storage", "cookies" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "web_accessible_resources": [ { "resources": [ "public\/*", "scripts\/*", "style\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } }