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 |
Eメール | [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\/*" ] } ] } |