Tiktok Viewer Online

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

What is Tiktok Viewer Online?

Tiktok Viewer Online is a Chrome extension developed by ProductivityImprover, and its main feature is "Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.".

Extension Screenshots

screenshot

Download Tiktok Viewer Online Extension CRX File

Download Tiktok Viewer Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tiktok Viewer Online Tiktok Viewer Online
ID llpdgdgakfnoagbhkicpplmnmhpnofbn
Official URL https://chrome.google.com/webstore/detail/tiktok-viewer-online/llpdgdgakfnoagbhkicpplmnmhpnofbn
Description Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.
File Size 3.3 MB
Installation Count 825
Current Version 1.0.2
Last Updated 2020-11-24
Publish Date 2020-11-18
Rating 4.00/5 Total 1 Ratings
Developer ProductivityImprover
Email [email protected]
Payment Type free
Extension Website https://www.tiktokdataplatform.com/
Help Page URL https://www.tiktokdataplatform.com/
Privacy Policy Page URL https://sites.google.com/view/piprivacypolicy/home
Supported Languages 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'"
}