Kik Messenger Mobile View

Use the mobile version of Kik directly in the Chrome browser

Co to jest Kik Messenger Mobile View?

Kik Messenger Mobile View to rozszerzenie Chrome opracowane przez Great Extensions, a jego główną funkcją jest „Use the mobile version of Kik directly in the Chrome browser”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Kik Messenger Mobile View

Pobierz pliki rozszerzeń Kik Messenger Mobile View w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Kik Messenger Mobile View Kik Messenger Mobile View
ID ofianblphkkjcgecfodfjhbnalbkndij
Oficjalny URL https://chromewebstore.google.com/detail/kik-messenger-mobile-view/ofianblphkkjcgecfodfjhbnalbkndij
Opis Use the mobile version of Kik directly in the Chrome browser
Rozmiar pliku 25.02 KB
Liczba instalacji 1,778
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-08-02
Data Publikacji 2022-08-01
Ocena 2.00/5 Łącznie 14 Oceny
Deweloper Great Extensions
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}