Sort for TikTok
Sort videos of TikTok users by the most viewed.
Sort for TikTok क्या है?
Sort for TikTok Hoyt Emard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sort videos of TikTok users by the most viewed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sort for TikTok एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } ] } |