TikTok - Download Without Watermark
Download TikTok video without watermark
Wat is TikTok - Download Without Watermark?
TikTok - Download Without Watermark is een Chrome-extensie ontwikkeld door Creator's room, en de belangrijkste functie is "Download TikTok video without watermark".
Extensie Screenshots
Download het CRX-bestand van de extensie TikTok - Download Without Watermark
Download TikTok - Download Without Watermark-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
                        - Adds a button to TikTok to download videos without a watermark.
- Adds a timeline to video                     Basisinformatie over de Extensie
| Naam |   |  
| ID | pkcbdgpgameiombpiiofoekagjhhdjpe | 
| Officiële URL | https://chromewebstore.google.com/detail/tiktok-download-without-w/pkcbdgpgameiombpiiofoekagjhhdjpe | 
| Beschrijving | Download TikTok video without watermark | 
| Bestandsgrootte | 220 KB | 
| Aantal Installaties | 3,527 | 
| Huidige Versie | 0.1.1.7 | 
| Laatst Bijgewerkt | 2021-04-23 | 
| Publicatiedatum | 2020-10-05 | 
| Beoordeling | 2.40/5 Totaal 25 Beoordelingen | 
| Ontwikkelaar | Creator's room | 
| [email protected] | |
| Betalingswijze | free | 
| URL van de Privacybeleid Pagina | https://mycoub.ru/privacy-policy | 
| Ondersteunde Talen | 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'"
}  |  |