TikSort - View Ranking for TikTok

Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!

Cos'è TikSort - View Ranking for TikTok?

TikSort - View Ranking for TikTok è un'estensione di Chrome sviluppata da mdpro, e la sua funzione principale è "Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TikSort - View Ranking for TikTok

Scarica i file di estensione TikSort - View Ranking for TikTok in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Discover the hottest TikTok videos with TikSort, the ultimate sorting TikTok app ! Effortlessly organize TikTok profile videos by view count!

100% free
No adds
... forever

Made with love <3                    

Informazioni di Base sull'Estensione

Nome TikSort - View Ranking for TikTok TikSort - View Ranking for TikTok
ID gpjkpneknachmpioelhlifbondoebmom
URL Ufficiale https://chromewebstore.google.com/detail/tiksort-view-ranking-for/gpjkpneknachmpioelhlifbondoebmom
Descrizione Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!
Dimensione del File 27.86 KB
Conteggio Installazioni 231
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-08-26
Data di Pubblicazione 2023-08-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore mdpro
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TikSort - View Ranking for TikTok",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!",
    "icons": {
        "16": "assets\/logo-16-transparent-bg.png",
        "32": "assets\/logo-32-transparent-bg.png",
        "48": "assets\/logo-48-transparent-bg.png",
        "128": "assets\/logo-128-transparent-bg.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "contentScript\/contentScriptTS.js"
            ],
            "css": [
                "contentScript\/contentScriptTS.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/popupTS.html",
                "contentScript\/fetchMonkeyPatchTS.js"
            ],
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ]
        },
        {
            "resources": [
                "popup\/tiktok-logo.png"
            ],
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popupTS.html"
    },
    "host_permissions": [
        ""
    ]
}