Web TikTok

Watch tik tok in mobile form in a browser.

什麼是Web TikTok?

Web TikTok是由foa18676開發的Chrome擴展程式,該擴展的主要功能是“Watch tik tok in mobile form in a browser.”。

擴展截圖

screenshot

下載Web TikTok擴展crx文件

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

擴展使用說明

                        TikTok Mobile View - this is the name of our new extension, which is already used by a lot of people.  TikTok Mobile View is an extension where you can create your account and upload your videos to the network.  You can use different effects, slow down or speed up your video, and the ability to apply a filter to your video is also provided.  It contains a huge amount of different music.  Capture trends and fly into recommendations.  TikTok Mobile View is completely free and easy to use.  Rather, join the people who have already downloaded our product and enjoy using it.
The extension gets the number of visits from tiktok links                    

擴展基本資訊

名稱 Web TikTok Web TikTok
ID lijndnmpjnhjmhklmmnijcchadmpmpik
官方網址 https://chrome.google.com/webstore/detail/web-tiktok/lijndnmpjnhjmhklmmnijcchadmpmpik
簡介 Watch tik tok in mobile form in a browser.
檔案大小 47.65 KB
安裝次數 20,000
目前版本 3.1.1
更新時間 2021-10-04
上架時間 2021-05-03
評分 3.38/5 共 13 次評分
開發者 foa18676
電子郵箱 [email protected]
付費類型 free
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.1.1",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "icons": {
        "128": "\/assets\/icon.png"
    },
    "action": [],
    "background": {
        "service_worker": "\/view\/visorPage.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/all_urls\/onload.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}