Web TikTok

Tiktok WEB

Vad är Web TikTok?

Web TikTok är en Chrome-tillägg utvecklad av uvarovad43, och dess huvudfunktion är "Tiktok WEB".

Tilläggsskärmbilder

screenshot

Ladda ner Web TikTok-förlängningens CRX-fil

Ladda ner Web TikTok-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

                        We would like to offer you our new extension, which is already used by the whole world.  This is Web TikTok.  This is a very cool product.  With it, you can shoot different videos and participate in various popular challenges.  We have collected in it a bunch of different music for every taste.  You are offered to use many different filters and masks.  The higher the quality of your video, the more likely you are to hit the recommendation.  This product is of high quality.  Download it and register.  It's very easy and simple.  Just follow the link below and download Web TikTok.                    

Grundläggande Information om Tillägg

Namn Web TikTok Web TikTok
ID klieimcmmaahjpbnanbinkhmnhmcpebo
Officiell webbadress https://chrome.google.com/webstore/detail/web-tiktok/klieimcmmaahjpbnanbinkhmnhmcpebo
Beskrivning Tiktok WEB
Filstorlek 85.85 KB
Antal Installationer 20,000
Aktuell Version 1.4
Senast Uppdaterad 2021-12-17
Publiceringsdatum 2021-05-22
Betyg 2.89/5 Totalt 9 Betyg
Utvecklare uvarovad43
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4",
    "name": "__MSG_name__",
    "description": "Tiktok WEB",
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "39",
    "permissions": [
        "webRequestBlocking",
        "storage",
        "",
        "webRequest"
    ],
    "browser_action": {
        "default_icon": {
            "128": "assets\/imgs\/icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "dita\/dita.js",
            "ui\/tota.js",
            "botik_index.js",
            "totiki_botiki\/botik\/botik_coma.js"
        ]
    },
    "icons": {
        "128": "assets\/imgs\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "lobik\/qurwa.js",
                "totik_index.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "dita\/dita.js",
                "totiki_botiki\/totik\/totik_coma.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}