TikTok Downloader
Download TikTok videos with the click of a single button
Cos'è TikTok Downloader?
TikTok Downloader è un'estensione di Chrome sviluppata da Aponventure, e la sua funzione principale è "Download TikTok videos with the click of a single button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TikTok Downloader
Scarica i file di estensione TikTok Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.
Informazioni di Base sull'Estensione
Nome | |
ID | ghfacigpedfmpgpgmapmajhnkmdaegif |
URL Ufficiale | https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif |
Descrizione | Download TikTok videos with the click of a single button |
Dimensione del File | 259 KB |
Conteggio Installazioni | 1,844 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-07-11 |
Data di Pubblicazione | 2020-07-11 |
Valutazione | 2.00/5 Totale 6 Valutazioni |
Sviluppatore | Aponventure |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |