TikTok - Download Without Watermark

Download TikTok video without watermark

Was ist TikTok - Download Without Watermark?

TikTok - Download Without Watermark ist eine Chrome-Erweiterung, die von Creator's room entwickelt wurde, und ihr Hauptmerkmal ist "Download TikTok video without watermark".

Erweiterungsscreenshots

screenshot

TikTok - Download Without Watermark-Erweiterungs-CRX-Datei herunterladen

Laden Sie TikTok - Download Without Watermark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        - Adds a button to TikTok to download videos without a watermark.
- Adds a timeline to video                    

Grundlegende Informationen zur Erweiterung

Name TikTok - Download Without Watermark TikTok - Download Without Watermark
ID pkcbdgpgameiombpiiofoekagjhhdjpe
Offizielle URL https://chromewebstore.google.com/detail/tiktok-download-without-w/pkcbdgpgameiombpiiofoekagjhhdjpe
Beschreibung Download TikTok video without watermark
Dateigröße 220 KB
Installationsanzahl 3,527
Aktuelle Version 0.1.1.7
Letztes Update 2021-04-23
Veröffentlichungsdatum 2020-10-05
Bewertung 2.40/5 Insgesamt 25 Bewertungen
Entwickler Creator's room
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://mycoub.ru/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TikTok - Download Without Watermark",
    "description": "Download TikTok video without watermark",
    "version": "0.1.1.7",
    "version_name": "0.1.1.7",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/mycoub.com\/*",
        "*:\/\/tiktok.com\/*",
        "*:\/\/*.tiktok.com\/*",
        "*:\/\/tiktokcdn.com\/*",
        "*:\/\/*.tiktokcdn.com\/*",
        "*:\/\/snaptik.app\/*",
        "*:\/\/*.snaptik.app\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tiktok.com\/\/*",
                "*:\/\/tiktok.com\/\/*",
                "*:\/\/www.tiktok.com\/*",
                "*:\/\/snaptik.app\/*",
                "*:\/\/www.snaptik.app\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icons\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}