Tiktok Viewer Online

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

什么是Tiktok Viewer Online?

Tiktok Viewer Online是由ProductivityImprover开发的Chrome扩展程序,该扩展的主要功能是“Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.”。

扩展截图

screenshot

下载Tiktok Viewer Online扩展crx文件

下载Tiktok Viewer Online扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tiktok Viewer Online Tiktok Viewer Online
ID llpdgdgakfnoagbhkicpplmnmhpnofbn
官方URL https://chrome.google.com/webstore/detail/tiktok-viewer-online/llpdgdgakfnoagbhkicpplmnmhpnofbn
简介 Tiktok Online Viewer & Tiktok Browser - Watch Tiktok Video on PC without Account.
文件大小 3.3 MB
安装次数 825
当前版本 1.0.2
更新时间 2020-11-24
上架时间 2020-11-18
评分 4.00/5 共1次评分
开发者 ProductivityImprover
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.tiktokdataplatform.com/
帮助页面URL https://www.tiktokdataplatform.com/
隐私政策页面URL https://sites.google.com/view/piprivacypolicy/home
支持的语言 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'"
}