Kik Messenger Mobile View

Use the mobile version of Kik directly in the Chrome browser

Kik Messenger Mobile Viewคืออะไร?

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

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

screenshot

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

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

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

                        Kik Messenger for PC/MAC

This is Kik Messenger Mobile Version Online run the Kik using only the extension.  Among the different existing user interface configurations.                    

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

ชื่อ Kik Messenger Mobile View Kik Messenger Mobile View
ID ofianblphkkjcgecfodfjhbnalbkndij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kik-messenger-mobile-view/ofianblphkkjcgecfodfjhbnalbkndij
คำอธิบาย Use the mobile version of Kik directly in the Chrome browser
ขนาดไฟล์ 25.02 KB
จำนวนการติดตั้ง 1,778
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-08-02
วันที่เผยแพร่ 2022-08-01
คะแนน 2.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Great Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "\/js\/pagevie.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/twos.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Use the mobile version of Kik directly in the Chrome browser",
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "icons": {
        "128": "\/assets\/icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Kik Messenger Mobile View",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}