Tictok Downloader Assistant
Tictok downloader.
Wat is Tictok Downloader Assistant?
Tictok Downloader Assistant is een Chrome-extensie ontwikkeld door Zenzj tech, en de belangrijkste functie is "Tictok downloader.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tictok Downloader Assistant
Download Tictok Downloader Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Tiktok Downloader Assistant adds a button that you could download tiktok video directly at tiktok page Basisinformatie over de Extensie
| Naam | |
| ID | bhjhkhppcacjglakljgngpinoeljejjd |
| Officiële URL | https://chromewebstore.google.com/detail/tictok-downloader-assista/bhjhkhppcacjglakljgngpinoeljejjd |
| Beschrijving | Tictok downloader. |
| Bestandsgrootte | 293 KB |
| Aantal Installaties | 761 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-02-01 |
| Publicatiedatum | 2020-09-01 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Zenzj tech |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://downloadtiktokvideos.com/ |
| URL van de Privacybeleid Pagina | https://www.privacypolicygenerator.info/live.php?token=C0aDDuWkNl8yXHMZ83qD7LDbJnLtxUTl |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Tictok downloader.",
"manifest_version": 2,
"name": "Tictok Downloader Assistant",
"icons": {
"128": "icons\/128.png"
},
"browser_action": {
"default_icon": "icons\/128.png",
"default_title": "Tiktok Downloader Assistant",
"default_popup": "src\/popup\/popup.html"
},
"permissions": [
"webRequest",
"*:\/\/*.tiktok.com\/*",
"downloads"
],
"background": {
"scripts": [
"src\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"css": [
"src\/css\/button.css"
],
"js": [
"src\/content-script.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"version": "1.0",
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |