TikTok Downloader
Download TikTok videos with the click of a single button
TikTok Downloader क्या है?
TikTok Downloader Aponventure द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download TikTok videos with the click of a single button"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TikTok Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ghfacigpedfmpgpgmapmajhnkmdaegif |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif |
विवरण | Download TikTok videos with the click of a single button |
फ़ाइल का आकार | 259 KB |
स्थापना संख्या | 1,844 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-07-11 |
प्रकाशन तिथि | 2020-07-11 |
रेटिंग | 2.00/5 कुल 6 रेटिंग्स |
डेवलपर | Aponventure |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TikTok Downloader", "description": "Download TikTok videos with the click of a single button", "version": "1.0.0", "short_name": "TikTokDL", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "TikTok Downloader", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/@*\/video\/*", "https:\/\/www.tiktok.com\/@*", "https:\/\/www.tiktok.com\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "activeTab" ] } |