TikTok - Download Without Watermark
Download TikTok video without watermark
Apa itu TikTok - Download Without Watermark?
TikTok - Download Without Watermark adalah ekstensi Chrome yang dikembangkan oleh Creator's room, dan fitur utamanya adalah "Download TikTok video without watermark".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TikTok - Download Without Watermark
Unduh file ekstensi TikTok - Download Without Watermark dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
- Adds a button to TikTok to download videos without a watermark.
- Adds a timeline to video Informasi Dasar Ekstensi
| Nama | |
| ID | pkcbdgpgameiombpiiofoekagjhhdjpe |
| URL Resmi | https://chromewebstore.google.com/detail/tiktok-download-without-w/pkcbdgpgameiombpiiofoekagjhhdjpe |
| Deskripsi | Download TikTok video without watermark |
| Ukuran File | 220 KB |
| Jumlah Instalasi | 3,527 |
| Versi Saat Ini | 0.1.1.7 |
| Terakhir Diperbarui | 2021-04-23 |
| Tanggal Publikasi | 2020-10-05 |
| Penilaian | 2.40/5 Total 25 Penilaian |
| Pengembang | Creator's room |
| [email protected] | |
| Tipe Pembayaran | free |
| URL Halaman Kebijakan Privasi | https://mycoub.ru/privacy-policy |
| Bahasa yang Didukung | 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'"
} | |