Kik Messenger Mobile View

Use the mobile version of Kik directly in the Chrome browser

Kik Messenger Mobile Viewとは何ですか?

Kik Messenger Mobile ViewはGreat Extensionsによって開発されたChromeの拡張機能で、その主な機能は「Use the mobile version of Kik directly in the Chrome browser」です。

拡張機能のスクリーンショット

screenshot

Kik Messenger Mobile View拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}