TikTok™ Mobile

Experience of using mobile tiktok, but on a desktop browser

TikTok™ Mobileคืออะไร?

TikTok™ Mobile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zenakoskina92 และคุณลักษณะหลักของมันคือ "Experience of using mobile tiktok, but on a desktop browser"

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

screenshot

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

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

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

                        You've probably already heard the name of our product because millions of users use it. TikTok ™ Mobile is that you can open Tik Tok in a separate mobile window and just watch interesting videos from other users. Also, the mobile version can be changed and transferred to any place on the desktop. This product is very multifunctional, we are sure that if you download it, you will not regret it. We've done everything to make you comfortable using TikTok ™ Mobile. You can become popular with it. Hurry up to download TikTok ™ Mobile and gain popularity.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TikTok™ Mobile TikTok™ Mobile
ID kocippcmaonjcigemeicoohaapclllen
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tiktok-mobile/kocippcmaonjcigemeicoohaapclllen
คำอธิบาย Experience of using mobile tiktok, but on a desktop browser
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-11-18
วันที่เผยแพร่ 2021-07-18
คะแนน 2.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา zenakoskina92
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "default_locale": "en",
    "description": "Experience of using mobile tiktok, but on a desktop browser",
    "version": "1.2.0",
    "minimum_chrome_version": "40",
    "icons": {
        "128": "assets\/img\/tiktokIc.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/img\/tiktokIc.png"
        }
    },
    "background": {
        "scripts": [
            "assets\/js\/delivery.js",
            "assets\/js\/bus.js",
            "assets\/js\/sun.js",
            "assets\/js\/food.js"
        ]
    },
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "assets\/vendor\/jquery-3.5.1.slim.js",
                "assets\/js\/funGroup.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/delivery.js",
                "assets\/js\/apple.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}