TikTok Mobile View

Use the mobile version of TikTok directly in the Chrome browser

Co to jest TikTok Mobile View?

TikTok Mobile View to rozszerzenie Chrome opracowane przez TikTok Mobile View, a jego główną funkcją jest „Use the mobile version of TikTok directly in the Chrome browser”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia TikTok Mobile View

Pobierz pliki rozszerzeń TikTok Mobile View w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TikTok Mobile View TikTok Mobile View
ID jijknheciphcicdogdihjknndkhhagdn
Oficjalny URL https://chromewebstore.google.com/detail/tiktok-mobile-view/jijknheciphcicdogdihjknndkhhagdn
Opis Use the mobile version of TikTok directly in the Chrome browser
Rozmiar pliku 173 KB
Liczba instalacji 24,843
Aktualna Wersja 1.2.6.5
Ostatnia Aktualizacja 2023-02-09
Data Publikacji 2021-02-08
Ocena 2.07/5 Łącznie 61 Oceny
Deweloper TikTok Mobile View
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}