Tiktok Viewer Online

Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.

Apa itu Tiktok Viewer Online?

Tiktok Viewer Online adalah ekstensi Chrome yang dikembangkan oleh ProductivityImprover, dan fitur utamanya adalah "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tiktok Viewer Online

Unduh file ekstensi Tiktok Viewer Online 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

                        Watch TikTok Videos on PC, just like on Phone.
Feel Free to change the device type you want to simulate, Phone or Pad or FullScreen.

1. Input TikTok UserName and Click Follow to watch videos from the specific TikTok user.
2. Click ForYou to browser TikTok Videos on PC.                    

Informasi Dasar Ekstensi

Nama Tiktok Viewer Online Tiktok Viewer Online
ID llpdgdgakfnoagbhkicpplmnmhpnofbn
URL Resmi https://chrome.google.com/webstore/detail/tiktok-viewer-online/llpdgdgakfnoagbhkicpplmnmhpnofbn
Deskripsi Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.
Ukuran File 3.3 MB
Jumlah Instalasi 825
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2020-11-24
Tanggal Publikasi 2020-11-18
Penilaian 4.00/5 Total 1 Penilaian
Pengembang ProductivityImprover
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.tiktokdataplatform.com/
URL Halaman Bantuan https://www.tiktokdataplatform.com/
URL Halaman Kebijakan Privasi https://sites.google.com/view/piprivacypolicy/home
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tiktok Viewer Online",
    "version": "1.0.2",
    "description": "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Tiktok Viewer Online on PC",
        "default_popup": "dashboard.html"
    },
    "content_scripts": [],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "*:\/\/*.tiktok.com\/",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}