TikTok Mobile View

Use the mobile version of TikTok directly in the Chrome browser

什麼是TikTok Mobile View?

TikTok Mobile View是由TikTok Mobile View開發的Chrome擴展程式,該擴展的主要功能是“Use the mobile version of TikTok directly in the Chrome browser”。

擴展截圖

screenshot
screenshot

下載TikTok Mobile View擴展crx文件

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

擴展使用說明

                        TikTok™ for Chrome - PC/Mac

This is TikTok Online Emulator for Chrome, a free android online emulator from where any user can run the TikTok using only the web browser.  Among the different existing user interface configurations.                    

擴展基本資訊

名稱 TikTok Mobile View TikTok Mobile View
ID jijknheciphcicdogdihjknndkhhagdn
官方網址 https://chromewebstore.google.com/detail/tiktok-mobile-view/jijknheciphcicdogdihjknndkhhagdn
簡介 Use the mobile version of TikTok directly in the Chrome browser
檔案大小 173 KB
安裝次數 24,843
目前版本 1.2.6.5
更新時間 2023-02-09
上架時間 2021-02-08
評分 2.07/5 共 61 次評分
開發者 TikTok Mobile View
電子郵箱 [email protected]
付費類型 free
支援的語言 id,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,pl,pt-BR,pt-PT,ro,sk,fi,cs,el,bg,uk,iw,fa,mr,hi,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "image\/oibn.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "__MSG_description__",
    "default_locale": "en",
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "icons": {
        "128": "image\/oibn.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.6.5",
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}