TikTok Web View

Watch tik tok in mobile form in a browser. Mobile view and downloader for TikTok.

Τι είναι το TikTok Web View;

Το TikTok Web View είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον polibzas440, και η κύρια λειτουργία του είναι "Watch tik tok in mobile form in a browser. Mobile view and downloader for TikTok.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TikTok Web View

Λήψη αρχείων επέκτασης TikTok Web View σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        It is useful extension for chrome browser will be appreciated by all the tiktok users. Basically, it`s mobile version that can be used in chrome browser. Installation process is really simple and doesn`t require some special skills. Just click on „install“button and have an amazing tiktok desktop version. Web tiktok extension is a must-have for all users out there. You can express yourself on this amazing online platform and also meet new friends. This awesome Web tiktok extension has pretty simple and intuitive interface, so you won`t face any difficulties using it. Extension is already used by tens of millions of people and we invite you to join this community, we are sure that you will not regret it. In order to make the whole process even more pleasant you should definitely install our new tiktok desktop extension. 
Extension won`t mess with personal data or track your online activities. Mobile tiktok application is pretty straightforward and easy to use. Watch other user’s videos, post your own videos just like you do with on your mobile version of TikTok application. The mobile extension also allows you to chat with your friends and create groups. All you need to do to open extension on your device is to click on extension icon in right upper corner of chrome browser (toolbar). Get this cool extension now and have fun. Feel free to leave comment or request in comments below.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TikTok Web View TikTok Web View
ID fblhcalppekfacdnogbijfnkckdpnbem
Επίσημο URL https://chrome.google.com/webstore/detail/tiktok-web-view/fblhcalppekfacdnogbijfnkckdpnbem
Περιγραφή Watch tik tok in mobile form in a browser. Mobile view and downloader for TikTok.
Μέγεθος Αρχείου 19.89 KB
Αριθμός Εγκαταστάσεων 6,000
Τρέχουσα Έκδοση 1.7
Τελευταία Ενημέρωση 2022-07-28
Ημερομηνία Δημοσίευσης 2021-09-19
Αξιολόγηση 1.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής polibzas440
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.7",
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "128": "\/assets\/icon.png"
    },
    "browser_action": [],
    "background": {
        "page": "\/view\/visorPage.html"
    },
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/all_urls\/onload.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/assets\/**"
    ]
}