Kik Messenger Mobile View

Use the mobile version of Kik directly in the Chrome browser

O que é Kik Messenger Mobile View?

Kik Messenger Mobile View é uma extensão do Chrome desenvolvida por Great Extensions, e sua principal característica é "Use the mobile version of Kik directly in the Chrome browser".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Kik Messenger Mobile View

Baixe arquivos de extensão Kik Messenger Mobile View no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Kik Messenger Mobile View Kik Messenger Mobile View
ID ofianblphkkjcgecfodfjhbnalbkndij
URL Oficial https://chromewebstore.google.com/detail/kik-messenger-mobile-view/ofianblphkkjcgecfodfjhbnalbkndij
Descrição Use the mobile version of Kik directly in the Chrome browser
Tamanho do Arquivo 25.02 KB
Contagem de Instalações 1,778
Versão Atual 1.0.1
Última Atualização 2022-08-02
Data de Publicação 2022-08-01
Classificação 2.00/5 Total de 14 Avaliações
Desenvolvedor Great Extensions
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}