TikTok Downloader
Download TikTok videos with the click of a single button
Co to jest TikTok Downloader?
TikTok Downloader to rozszerzenie Chrome opracowane przez Aponventure, a jego główną funkcją jest „Download TikTok videos with the click of a single button”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TikTok Downloader
Pobierz pliki rozszerzeń TikTok Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ghfacigpedfmpgpgmapmajhnkmdaegif |
Oficjalny URL | https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif |
Opis | Download TikTok videos with the click of a single button |
Rozmiar pliku | 259 KB |
Liczba instalacji | 1,844 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-07-11 |
Data Publikacji | 2020-07-11 |
Ocena | 2.00/5 Łącznie 6 Oceny |
Deweloper | Aponventure |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |