Web TikTok - TikTok Mobile View

Use the mobile version of TikTok App directly in the Chrome browser

Web TikTok - TikTok Mobile Viewとは何ですか?

Web TikTok - TikTok Mobile ViewはExtensionsによって開発されたChromeの拡張機能で、その主な機能は「Use the mobile version of TikTok App directly in the Chrome browser」です。

拡張機能のスクリーンショット

screenshot

Web TikTok - TikTok Mobile View拡張機能のCRXファイルをダウンロード

Web TikTok - TikTok Mobile View拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Now you will never miss new, interesting videos and clips - enjoy all the features of the TikTok™ mobile application on your desktop!

This awesome TikTok desktop extension has pretty simple and intuitive interface, so you won`t face any difficulties using it. This mobile TikTok extension is amazing way to have quick access to your favorite video platform just in one click. Extension won`t mess with personal data or track your online activities.                    

拡張機能の基本情報

名前 Web TikTok - TikTok Mobile View Web TikTok - TikTok Mobile View
ID dkkjhplnfenaphejgehefpdcmjpgpdlc
公式URL https://chrome.google.com/webstore/detail/web-tiktok-tiktok-mobile/dkkjhplnfenaphejgehefpdcmjpgpdlc
説明 Use the mobile version of TikTok App directly in the Chrome browser
ファイルサイズ 27.44 KB
インストール数 2,069
現在のバージョン 1.0.15
最終更新日 2022-12-10
公開日 2022-12-10
評価 4.55/5 合計 29 レビュー
開発者 Extensions
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/extensions-privacy
対応言語 en-US
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "tiktok.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mobile.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Use the mobile version of TikTok App directly in the Chrome browser",
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Web TikTok - TikTok Mobile View",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.15"
}