Sort for TikTok
Sort videos of TikTok users by the most viewed.
Sort for TikTok란 무엇입니까?
Sort for TikTok은(는) Hoyt Emard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sort videos of TikTok users by the most viewed."입니다.
확장 프로그램 스크린샷
Sort for TikTok 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } ] } |