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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A free chrome extension to download video on Tiktok or watch videos in PicInPicture and more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Extension for Tiktok एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } ] } |