Sort TikTok
Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.
What is Sort TikTok?
Sort TikTok is a Chrome extension developed by https://ovszon.com, and its main feature is "Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.".
Extension Screenshots
Download Sort TikTok Extension CRX File
Download Sort 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
TikTok videos sort by most viewed, most liked, commented, oldest, newest and Sort accounts by followers. Very easy to use just install and chose your sort by option then do search or visit TikTok profile and extension will auto sort your videos. NOTE: it is now beta test mode it may become paid extension near feature.
Extension Basic Information
Name | Sort TikTok |
ID | bmljpagafjlkebnopbdncpnifkknlobk |
Official URL | https://chromewebstore.google.com/detail/sort-tiktok/bmljpagafjlkebnopbdncpnifkknlobk |
Description | Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers. |
File Size | 89.98 KB |
Installation Count | 10,000 |
Current Version | 1.0 |
Last Updated | 2023-08-22 |
Publish Date | 2023-08-22 |
Rating | 4.45/5 Total 11 Ratings |
Developer | https://ovszon.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://ovszon.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "1.0", "description": "__MSG_extShortDesc__", "icons": { "128": "icon.png" }, "author": "Abhijit Kumar Biswas", "homepage_url": "https:\/\/www.ovszon.com", "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/*" ], "js": [ "script.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "permissions": [ "webRequest", "storage" ], "host_permissions": [ "*:\/\/*.tiktok.com\/*" ] } |