Sort for TikTok
Sort videos of TikTok users by the most viewed.
Sort for TikTokคืออะไร?
Sort for TikTok เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hoyt Emard และคุณลักษณะหลักของมันคือ "Sort videos of TikTok users by the most viewed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sort for TikTok
ดาวน์โหลดไฟล์ส่วนขยาย Sort for TikTok ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Update version 1.2.3 - Add feature automation post video the most viewed to facebook. Sort videos of TikTok users by the most viewed. Sort for TikTok is a free Chrome extension to sort user videos by the most viewed. ♡ 100% free and no ads ♡ No permissions required ♡ No traffic analyzers ♡ No change the search engine In order to protect your account, we recommend always using the extension without signing in to TikTok. How it works: 1. Go to any user's profile. 2. Open the extension. 3. Press start.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sort for TikTok |
ID | piiiffonpmeolocfghlpeolmdabhiemi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sort-for-tiktok/piiiffonpmeolocfghlpeolmdabhiemi |
คำอธิบาย | Sort videos of TikTok users by the most viewed. |
ขนาดไฟล์ | 73.36 KB |
จำนวนการติดตั้ง | 71,024 |
เวอร์ชันปัจจุบัน | 1.2.8 |
อัปเดตครั้งล่าสุด | 2023-11-19 |
วันที่เผยแพร่ | 2021-02-13 |
คะแนน | 4.38/5 รวมทั้งหมด 72 คะแนน |
ผู้พัฒนา | Hoyt Emard |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.patreon.com/sortfortiktok |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/policy-2023/home |
ภาษาที่รองรับ | en,ca,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sort for TikTok", "version": "1.2.8", "default_locale": "en", "description": "Sort videos of TikTok users by the most viewed.", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icons\/icon_128.png" }, "icons": { "128": "icons\/icon_128.png" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader.396da74c.js" ], "matches": [ "https:\/\/www.tiktok.com\/*", "*:\/\/*.facebook.com\/*" ], "css": [ "assets\/index.0cf327b6.css" ] } ], "permissions": [ "activeTab", "storage", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/www.tiktok.com\/", "*:\/\/*.facebook.com\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "assets\/img\/*" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.facebook.com\/*", "https:\/\/www.tiktok.com\/*" ], "resources": [ "assets\/scroll.a0a60b9e.js", "assets\/index.tsx.2a480e42.js" ], "use_dynamic_url": true } ] } |