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_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.1",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": [],
"host_permissions": [
"*:\/\/*.extfox.pro\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.cdninstagram.com\/*",
"*:\/\/*.fbcdn.com\/*",
"https:\/\/instagram.ftpe4-2.fna.fbcdn.net\/*",
"https:\/\/instagram.ftpe4-1.fna.fbcdn.net\/*",
"https:\/\/instagram.fbtj2-1.fna.fbcdn.net\/*",
"*:\/\/*.fbcdn.net\/*"
],
"permissions": [
"activeTab",
"tabs",
"storage",
"cookies"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"google.svg",
"logo.svg",
"icon.svg",
"excel.svg",
"csv.svg",
"json.png",
"youtube.svg"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"resources": [
"assets\/constants-2296b5f5.js",
"assets\/browser-7904a280.js",
"assets\/content-script-3ce0ef98.js"
],
"use_dynamic_url": false
}
],
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-f3ffbcc7.js"
],
"matches": [
"*:\/\/*.instagram.com\/*"
],
"css": [
"assets\/index-c6200584.css"
]
}
]
}