Web TikTok

Watch tik tok in mobile form in a browser.

Co je Web TikTok?

Web TikTok je rozšíření Chrome vyvinuté divanov6120, a jeho hlavní funkcí je „Watch tik tok in mobile form in a browser. “.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Web TikTok

Stáhněte si soubory rozšíření Web TikTok ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        TikTok is a place, where thousands of original content authors share their ideas, show their talent and express themselves. So here is the best mobile tiktok extension for you to become a part of huge international community. It is useful extension for chrome browser will be appreciated by all the tiktok users. The beloved social network with tons of short videos is even closer now. 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.
This convenient window contains all the functions that are available on the site or in the application. The web tiktok extension also allows you to chat with your friends and create groups. Web tiktok extension for chrome browser will bring some colors to your everyday routine. The extension is pretty straightforward and easy to use. Share highlights from your own life with the world using tiktok desktop extension. Watch other user’s videos, post your own videos just like you do with on your mobile version of TikTok application. Just click on the extension icon in chrome toolbar and mobile tiktok version will pop up in a small window. If you haven`t joined our huge community of tiktok users, then you definitely should! This chrome extension is amazing way to have quick access to your favorite video platform just in one click.                    

Základní Informace o Rozšíření

Název Web TikTok Web TikTok
ID mcnbmobibijnideljjljfdgmogoflnlg
Oficiální URL https://chrome.google.com/webstore/detail/web-tiktok/mcnbmobibijnideljjljfdgmogoflnlg
Popis Watch tik tok in mobile form in a browser.
Velikost souboru 60.23 KB
Počet instalací 20,763
Aktuální Verze 1.3
Poslední Aktualizace 2023-03-16
Datum Vydání 2021-11-03
Hodnocení 1.57/5 Celkem 7 Hodnocení
Vývojář divanov6120
E-mail [email protected]
Typ Platby free
Podporované Jazyky id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.3",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "icons": {
        "128": "\/assets\/icon.png"
    },
    "action": [],
    "background": {
        "service_worker": "\/view\/visorPage.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/all_urls\/onload.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}