TikSort - View Ranking for TikTok
Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!
What is TikSort - View Ranking for TikTok?
TikSort - View Ranking for TikTok is a Chrome extension developed by mdpro, and its main feature is "Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!".
Extension Screenshots
Download TikSort - View Ranking for TikTok Extension CRX File
Download TikSort - View Ranking for TikTok extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | TikSort - View Ranking for TikTok |
ID | gpjkpneknachmpioelhlifbondoebmom |
Official URL | https://chromewebstore.google.com/detail/tiksort-view-ranking-for/gpjkpneknachmpioelhlifbondoebmom |
Description | Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count! |
File Size | 27.86 KB |
Installation Count | 231 |
Current Version | 1.0.4 |
Last Updated | 2023-08-26 |
Publish Date | 2023-08-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mdpro |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |