Sort for TikTok
Sort videos of TikTok users by the most viewed.
Co to jest Sort for TikTok?
Sort for TikTok to rozszerzenie Chrome opracowane przez Hoyt Emard, a jego główną funkcją jest „Sort videos of TikTok users by the most viewed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sort for TikTok
Pobierz pliki rozszerzeń Sort for TikTok w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Sort for TikTok |
ID | piiiffonpmeolocfghlpeolmdabhiemi |
Oficjalny URL | https://chromewebstore.google.com/detail/sort-for-tiktok/piiiffonpmeolocfghlpeolmdabhiemi |
Opis | Sort videos of TikTok users by the most viewed. |
Rozmiar pliku | 73.36 KB |
Liczba instalacji | 71,024 |
Aktualna Wersja | 1.2.8 |
Ostatnia Aktualizacja | 2023-11-19 |
Data Publikacji | 2021-02-13 |
Ocena | 4.38/5 Łącznie 72 Oceny |
Deweloper | Hoyt Emard |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.patreon.com/sortfortiktok |
Adres URL Strony Polityki Prywatności | https://sites.google.com/view/policy-2023/home |
Obsługiwane Języki | 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 } ] } |