Tictok Downloader Assistant

Tictok downloader.

Qu'est-ce que Tictok Downloader Assistant ?

Tictok Downloader Assistant est une extension Chrome développée par Zenzj tech, et sa fonction principale est "Tictok downloader.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tictok Downloader Assistant

Téléchargez les fichiers d'extension Tictok Downloader Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Tiktok Downloader Assistant adds a button that you could download tiktok video directly at tiktok page                    

Informations de Base sur l'Extension

Nom Tictok Downloader Assistant Tictok Downloader Assistant
ID bhjhkhppcacjglakljgngpinoeljejjd
URL Officiel https://chromewebstore.google.com/detail/tictok-downloader-assista/bhjhkhppcacjglakljgngpinoeljejjd
Description Tictok downloader.
Taille du Fichier 293 KB
Nombre d'Installations 761
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-01
Date de Publication 2020-09-01
Évaluation 4.00/5 Total 1 Évaluations
Développeur Zenzj tech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://downloadtiktokvideos.com/
URL de la Page de Politique de Confidentialité https://www.privacypolicygenerator.info/live.php?token=C0aDDuWkNl8yXHMZ83qD7LDbJnLtxUTl
Langues Prises en Charge 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'"
}