TikTok Mobile View

Use the mobile version of TikTok directly in the Chrome browser

Qu'est-ce que TikTok Mobile View ?

TikTok Mobile View est une extension Chrome développée par TikTok Mobile View, et sa fonction principale est "Use the mobile version of TikTok directly in the Chrome browser".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TikTok Mobile View

Téléchargez les fichiers d'extension TikTok Mobile View au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TikTok Mobile View TikTok Mobile View
ID jijknheciphcicdogdihjknndkhhagdn
URL Officiel https://chromewebstore.google.com/detail/tiktok-mobile-view/jijknheciphcicdogdihjknndkhhagdn
Description Use the mobile version of TikTok directly in the Chrome browser
Taille du Fichier 173 KB
Nombre d'Installations 24,843
Version Actuelle 1.2.6.5
Dernière Mise à Jour 2023-02-09
Date de Publication 2021-02-08
Évaluation 2.07/5 Total 61 Évaluations
Développeur TikTok Mobile View
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}