Extension for Tiktok
A free chrome extension to download video on Tiktok or watch videos in PicInPicture and more.
Extension for Tiktok란 무엇입니까?
Extension for Tiktok은(는) https://120studio.github.io/120home에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A free chrome extension to download video on Tiktok or watch videos in PicInPicture and more."입니다.
확장 프로그램 스크린샷
Extension for Tiktok 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get Extension for Tiktok extension to download videos and more! With Extension for Tiktok, you can ★ Right click on videos to download them. ★ Play videos in PictureInPicture mode and enjoying scrolling for next fun. ★ Use key ← and → to navigate back and forth among articles. ★ Dark theme if you get tired of white theme. ★★ Easily turn on/off extension features to fit your best view experience. Copyright notice: Extension for Tiktok was developed by 120Studio. It is not affiliated with nor endorsed by Tiktok Inc. Tiktok™ is a trademark of Tiktok Inc. All Tiktok icons, images and copyrights are the property of Tiktok Inc. Privacy notice: In short, we don't collect any personal information. Details: https://120studio.github.io/120home/privacy.html
확장 프로그램 기본 정보
이름 | |
ID | keahbhfgjpfnmedeldbjfjjpilhjaiie |
공식 URL | https://chrome.google.com/webstore/detail/extension-for-tiktok/keahbhfgjpfnmedeldbjfjjpilhjaiie |
설명 | A free chrome extension to download video on Tiktok or watch videos in PicInPicture and more. |
파일 크기 | 266 KB |
설치 횟수 | 4,000 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2021-08-18 |
출시 날짜 | 2021-08-17 |
평점 | 2.86/5 총 7 개의 평점 |
개발자 | https://120studio.github.io/120home |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/120Studio/120home/issues |
개인정보 보호 정책 페이지 URL | https://120studio.github.io/120home/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Extension for Tiktok", "description": "A free chrome extension to download video on Tiktok or watch videos in PicInPicture and more.", "version": "1.0.6", "action": { "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "run_at": "document_start", "js": [ "js\/content.js" ], "css": [ "content.css" ], "matches": [ "*:\/\/www.tiktok.com\/*" ] } ], "background": [], "permissions": [], "web_accessible_resources": [ { "resources": [ "icon-128.png" ], "matches": [ "*:\/\/www.tiktok.com\/*" ] } ] } |