WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Post Sorter

Post Sorter

View on Chrome Web Store
View Post Sorter Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

Transcribe, or Sort and analyze Instagram or TikTok posts by likes, comments, views, saves, and more. Export results instantly.
Type
Extension
Users
2 users
1
Box Hill Digital
View author page of Box Hill Digital
Published
Published on November 19, 2025
Version 0.4.0
Manifest version
3
Updated
Updated on December 23, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View Post Sorter 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,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0"
        }
    },
    "version": "0.4.0",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/www.tiktok.com\/*",
        "https:\/\/postsorter.boxhilldigital.com\/*",
        "https:\/\/staging-postsorter.boxhilldigital.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "declarativeNetRequest",
        "webNavigation",
        "identity",
        "identity.email",
        "offscreen"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": "icons\/icon-32.png"
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content-runtime\/instagram.iife.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "content-runtime\/tiktok.iife.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content-ui\/instagram.iife.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "content-ui\/tiktok.iife.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "tiktok_interceptor",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.css",
                "*.svg",
                "icons\/icon-128.png",
                "icons\/icon-32.png",
                "content\/instagram.iife.js",
                "content\/tiktok.iife.js",
                "offscreen.html",
                "vendor\/ffmpeg.min.js",
                "vendor\/ffmpeg-core.js",
                "vendor\/ffmpeg-core.wasm",
                "vendor\/ffmpeg-core.worker.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.tiktok.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}
© 2026 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