TikTok Mobile View

Use the mobile version of TikTok directly in the Chrome browser

TikTok Mobile View क्या है?

TikTok Mobile View TikTok Mobile View द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the mobile version of TikTok directly in the Chrome browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TikTok Mobile View एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम TikTok Mobile View TikTok Mobile View
ID jijknheciphcicdogdihjknndkhhagdn
आधिकारिक URL https://chromewebstore.google.com/detail/tiktok-mobile-view/jijknheciphcicdogdihjknndkhhagdn
विवरण Use the mobile version of TikTok directly in the Chrome browser
फ़ाइल का आकार 173 KB
स्थापना संख्या 24,843
वर्तमान संस्करण 1.2.6.5
अंतिम अपडेट 2023-02-09
प्रकाशन तिथि 2021-02-08
रेटिंग 2.07/5 कुल 61 रेटिंग्स
डेवलपर TikTok Mobile View
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}