TikTok Mobile View

Use the mobile version of TikTok directly in the Chrome browser

TikTok Mobile Viewคืออะไร?

TikTok Mobile View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TikTok Mobile View และคุณลักษณะหลักของมันคือ "Use the mobile version of TikTok directly in the Chrome browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TikTok Mobile View

ดาวน์โหลดไฟล์ส่วนขยาย TikTok Mobile View ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}