Web TikTok

Tiktok WEB

什麼是Web TikTok?

Web TikTok是由uvarovad43開發的Chrome擴展程式,該擴展的主要功能是“Tiktok WEB”。

擴展截圖

screenshot

下載Web TikTok擴展crx文件

下載Web TikTok擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        We would like to offer you our new extension, which is already used by the whole world.  This is Web TikTok.  This is a very cool product.  With it, you can shoot different videos and participate in various popular challenges.  We have collected in it a bunch of different music for every taste.  You are offered to use many different filters and masks.  The higher the quality of your video, the more likely you are to hit the recommendation.  This product is of high quality.  Download it and register.  It's very easy and simple.  Just follow the link below and download Web TikTok.                    

擴展基本資訊

名稱 Web TikTok Web TikTok
ID klieimcmmaahjpbnanbinkhmnhmcpebo
官方網址 https://chrome.google.com/webstore/detail/web-tiktok/klieimcmmaahjpbnanbinkhmnhmcpebo
簡介 Tiktok WEB
檔案大小 85.85 KB
安裝次數 20,000
目前版本 1.4
更新時間 2021-12-17
上架時間 2021-05-22
評分 2.89/5 共 9 次評分
開發者 uvarovad43
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4",
    "name": "__MSG_name__",
    "description": "Tiktok WEB",
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "39",
    "permissions": [
        "webRequestBlocking",
        "storage",
        "",
        "webRequest"
    ],
    "browser_action": {
        "default_icon": {
            "128": "assets\/imgs\/icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "dita\/dita.js",
            "ui\/tota.js",
            "botik_index.js",
            "totiki_botiki\/botik\/botik_coma.js"
        ]
    },
    "icons": {
        "128": "assets\/imgs\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "lobik\/qurwa.js",
                "totik_index.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "dita\/dita.js",
                "totiki_botiki\/totik\/totik_coma.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}