Kik Messenger Mobile View

Use the mobile version of Kik directly in the Chrome browser

What is Kik Messenger Mobile View?

Kik Messenger Mobile View is a Chrome extension developed by Great Extensions, and its main feature is "Use the mobile version of Kik directly in the Chrome browser".

Extension Screenshots

screenshot

Download Kik Messenger Mobile View Extension CRX File

Download Kik Messenger Mobile View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Kik Messenger Mobile View Kik Messenger Mobile View
ID ofianblphkkjcgecfodfjhbnalbkndij
Official URL https://chromewebstore.google.com/detail/kik-messenger-mobile-view/ofianblphkkjcgecfodfjhbnalbkndij
Description Use the mobile version of Kik directly in the Chrome browser
File Size 25.02 KB
Installation Count 1,778
Current Version 1.0.1
Last Updated 2022-08-02
Publish Date 2022-08-01
Rating 2.00/5 Total 14 Ratings
Developer Great Extensions
Email [email protected]
Payment Type free
Supported Languages 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"
}