WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TikTok & Instagram Sorter

TikTok & Instagram Sorter

View on Chrome Web Store
View TikTok & Instagram Sorter Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (176 ratings)
2 new ratings
28 views
This extension has been viewed 28 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 TikTok & Instagram Reels and Posts by likes, comments, views, date, and more. Analyze trends, find viral content, CSV export.
Type
Extension
Users
70,000 users
10K
Website ovszon.com
ovszon.com
View author page of ovszon.com
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 22, 2023
Version 2.8.1
Manifest version
3
Updated
Updated on July 5, 2025
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View TikTok & Instagram 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_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "2.8.1",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "iconc.png"
    },
    "author": "Abhijit Kumar Biswas",
    "homepage_url": "https:\/\/www.ovszon.com",
    "action": {
        "default_icon": {
            "128": "iconc.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "page.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.ovszon.com\/*",
        "*:\/\/*.tiktok.com\/*",
        "*:\/\/*.instagram.com\/*"
    ]
}
© 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