WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ViralSort - Sort Instagram Reels & Manage in One Dashboard.

ViralSort - Sort Instagram Reels & Manage in One Dashboard.

View on Chrome Web Store
View ViralSort - Sort Instagram Reels & Manage in One Dashboard. Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (14 ratings)
1 new ratings
2 views
This extension has been viewed 2 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.

Sort Instagram Reels & manage your content creation flow from idea to publish.
Type
Extension
Users
1,000 users
7
Website viralsort.com
Pradeep Malakar
View author page of Pradeep Malakar
Published
Published on December 7, 2024
Version 2.1
Manifest version
3
Updated
Updated on September 18, 2025
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ViralSort - Sort Instagram Reels & Manage in One Dashboard. 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": "ViralSort - Sort Instagram Reels & Manage in One Dashboard.",
    "version": "2.1",
    "description": "Sort Instagram Reels & manage your content creation flow from idea to publish.",
    "icons": {
        "16": "icons\/V.png",
        "48": "icons\/V.png",
        "128": "icons\/V.png"
    },
    "permissions": [
        "webRequest",
        "scripting",
        "tabs",
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "js\/service-worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/V16.png",
            "48": "icons\/V48.png",
            "64": "icons\/V64.png",
            "128": "icons\/V128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.instagram.com\/*",
                "*:\/\/instagram.com\/*"
            ],
            "js": [
                "content_scripts\/content-script-injector.js",
                "content_scripts\/content-script-data-listener.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.instagram.com\/*",
                "*:\/\/instagram.com\/*"
            ],
            "js": [
                "content_scripts\/content-script-reels-sort.js"
            ],
            "css": [
                "css\/content-script-styles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/app.viralsort.com\/*",
                "http:\/\/localhost:8000\/*"
            ],
            "js": [
                "content_scripts\/content-script-webapp.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "https:\/\/app.viralsort.com\/*",
        "https:\/\/viralsort.com\/*",
        "*:\/\/localhost\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "injected_scripts\/injected-script-reels-api.js",
                "injected_scripts\/injected-script-xhr-interceptor.js",
                "media\/*.gif"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.viralsort.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}
© 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