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文件
下载Extension for Tiktok扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } ] } |