WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Zetrr - Sort Instagram viral content [100% Free]

Zetrr - Sort Instagram viral content [100% Free]

View on Chrome Web Store
View Zetrr - Sort Instagram viral content [100% Free] Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (15 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Analyze Instagram profiles, sort posts by engagement, export competitor data, and download photos/videos/reels with one click.
Type
Extension
Users
470 users
7
Ashish Sukralia
View author page of Ashish Sukralia
Published
Published on August 18, 2025
Version 2.2
Manifest version
3
Updated
Updated on October 28, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View Zetrr - Sort Instagram viral content [100% Free] Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top