Sort TikTok
Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.
Sort TikTokとは何ですか?
Sort TikTokはhttps://ovszon.comによって開発されたChromeの拡張機能で、その主な機能は「Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.」です。
拡張機能のスクリーンショット
Sort TikTok拡張機能のCRXファイルをダウンロード
Sort TikTok拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Sort TikTok |
ID | bmljpagafjlkebnopbdncpnifkknlobk |
公式URL | https://chromewebstore.google.com/detail/sort-tiktok/bmljpagafjlkebnopbdncpnifkknlobk |
説明 | Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers. |
ファイルサイズ | 89.98 KB |
インストール数 | 10,000 |
現在のバージョン | 1.0 |
最終更新日 | 2023-08-22 |
公開日 | 2023-08-22 |
評価 | 4.45/5 合計 11 レビュー |
開発者 | https://ovszon.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://ovszon.com/privacy-policy |
対応言語 | 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\/*" ] } |