TikSort - View Ranking for TikTok
Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!
Wat is TikSort - View Ranking for TikTok?
TikSort - View Ranking for TikTok is een Chrome-extensie ontwikkeld door mdpro, en de belangrijkste functie is "Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!".
Extensie Screenshots
Download het CRX-bestand van de extensie TikSort - View Ranking for TikTok
Download TikSort - View Ranking for TikTok-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | TikSort - View Ranking for TikTok |
ID | gpjkpneknachmpioelhlifbondoebmom |
Officiële URL | https://chromewebstore.google.com/detail/tiksort-view-ranking-for/gpjkpneknachmpioelhlifbondoebmom |
Beschrijving | Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count! |
Bestandsgrootte | 27.86 KB |
Aantal Installaties | 231 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2023-08-26 |
Publicatiedatum | 2023-08-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | mdpro |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |