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", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "Desktop For Instagram", "browser_action": { "default_icon": "images\/16x16.png", "default_title": "Desktop for Instagram" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*", "*:\/\/localhost\/*" ], "web_accessible_resources": [ "fonts\/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/s3.amazonaws.com https:\/\/www.google-analytics.com https:\/\/www.gstatic.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/connect.facebook.net https:\/\/d2xxvnuroieawm.cloudfront.net; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "libs\/jquery.min.js", "contentScripts\/csHelper.js", "contentScripts\/fileSaver.js" ], "run_at": "document_start", "all_frames": true } ], "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "manifest_version": 2, "version": "1.1.3", "author": "Unimania Inc." }