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",
"version": "1.0.3",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"storage",
"identity"
],
"host_permissions": [
"*:\/\/igcommentsexporter.extensionsbox.com\/*",
"*:\/\/*.instagram.com\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"contentScript.js"
],
"css": [
"style.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA631YWnNkNa3cN3E9Dn8wsvvHkzA01cCBwbh+Xv0aDs6Zye6JdsVE4aMlGiVL2eJpQNBLtykZhdTIlUQtEbicTEUIJdeQrQJrnpOIEDTvZnnM+kgeGc5mOcdu8OaYeKuS+3gU2n4DZSXMLiao69jlCAF8qN71Aad\/U\/9YF9LpIibqVVZULSfghsCadTAtnL5btTucRkEJm701eT+PLngxbximS3ySXyk\/hznILwNSwm27ydYE95d6AbW2v5imlr5ytka5tuzbreGn+7UpFeOReG6KegH1ugWgeN7ZcFiJP\/kjmOuZg1es9pseq4A4QEDuyJwm3AK0tTeA0fR+rQs5AQIDAQAB",
"oauth2": {
"client_id": "465196306627-9t4b8h51r0tp0qdkkfv5b5ups0iipq76.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"libs\/*",
"injected.js"
],
"matches": [
"<all_urls>"
]
}
]
}