TikTok Mobile View

Use the mobile version of TikTok directly in the Chrome browser

Vad är TikTok Mobile View?

TikTok Mobile View är en Chrome-tillägg utvecklad av TikTok Mobile View, och dess huvudfunktion är "Use the mobile version of TikTok directly in the Chrome browser".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner TikTok Mobile View-förlängningens CRX-fil

Ladda ner TikTok Mobile View-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn TikTok Mobile View TikTok Mobile View
ID jijknheciphcicdogdihjknndkhhagdn
Officiell webbadress https://chromewebstore.google.com/detail/tiktok-mobile-view/jijknheciphcicdogdihjknndkhhagdn
Beskrivning Use the mobile version of TikTok directly in the Chrome browser
Filstorlek 173 KB
Antal Installationer 24,843
Aktuell Version 1.2.6.5
Senast Uppdaterad 2023-02-09
Publiceringsdatum 2021-02-08
Betyg 2.07/5 Totalt 61 Betyg
Utvecklare TikTok Mobile View
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}