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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}