Kik Messenger Mobile View

Use the mobile version of Kik directly in the Chrome browser

Kik Messenger Mobile View là gì?

Kik Messenger Mobile View là một tiện ích mở rộng Chrome được phát triển bởi Great Extensions, và tính năng chính của nó là "Use the mobile version of Kik directly in the Chrome browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kik Messenger Mobile View

Tải xuống các tệp mở rộng Kik Messenger Mobile View dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kik Messenger Mobile View Kik Messenger Mobile View
ID ofianblphkkjcgecfodfjhbnalbkndij
URL Chính Thức https://chromewebstore.google.com/detail/kik-messenger-mobile-view/ofianblphkkjcgecfodfjhbnalbkndij
Mô tả Use the mobile version of Kik directly in the Chrome browser
Kích Thước Tệp 25.02 KB
Số Lần Cài Đặt 1,778
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-08-02
Ngày Phát Hành 2022-08-01
Đánh Giá 2.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Great Extensions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}