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": "Zetrr - Sort Instagram viral content [100% Free]",
"description": "Analyze Instagram profiles, sort posts by engagement, export competitor data, and download photos\/videos\/reels with one click.",
"version": "2.2",
"permissions": [
"activeTab",
"tabs",
"storage",
"downloads"
],
"host_permissions": [
"https:\/\/www.instagram.com\/*",
"*:\/\/*.cdninstagram.com\/*",
"*:\/\/*.cdninstagram.net\/*",
"*:\/\/*.fbcdn.net\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png",
"512": "icons\/icon512.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"css": [
"animate\/animate.css"
],
"js": [
"instagram\/init_zettr_instagram.js",
"instagram\/inject_instagram_script.js",
"instagram\/show_overlay_banner.js",
"instagram\/video_controls.js",
"js\/zetrr-downloader-integration.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/extension.js"
],
"css": [
"css\/extension.css"
]
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/inject.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/options_listener_inject.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*.png",
"icons\/*.svg",
"instagram\/script_instagram.js",
"icons\/download_all_black.svg",
"icons\/download_all_white.svg",
"icons\/download_black.svg",
"icons\/download_white.svg",
"icons\/close_black_24dp.svg",
"icons\/igdl2.png",
"js\/*.js"
],
"matches": [
"https:\/\/www.instagram.com\/*"
]
},
{
"resources": [
"js\/options.js",
"css\/options.css"
],
"matches": [
"*:\/\/*.instagram.com\/*"
]
}
],
"options_page": "options.html"
}