Chat.me

Welcome to Chat.me! Chat.me is a free non-profit embedded in-frame chat. Chat and send medias to averyone all over the world.

O que é Chat.me?

Chat.me é uma extensão do Chrome desenvolvida por speep95, e sua principal característica é "Welcome to Chat.me! Chat.me is a free non-profit embedded in-frame chat. Chat and send medias to averyone all over the world.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Chat.me

Baixe arquivos de extensão Chat.me 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

                        Chat.me is embedded in every site via iframe. It's super safe to use (the chat uses SSL certificates (HTTPS), and it's embedded in an iframe: CORS and XSS protection guaranteed). You will find a global tab to chat with everyone around the world, a site tab to chat with everyone who is visiting your same site, furthermore you can create custom rooms to chat with your friends, and pm message them too. Chat, send messages, audios and medias to everyone and have fun with Chat.me!                    

Informações Básicas da Extensão

Nome Chat.me Chat.me
ID plbiejejhebchcohmnaikbpemiojfjnf
URL Oficial https://chromewebstore.google.com/detail/chatme/plbiejejhebchcohmnaikbpemiojfjnf
Descrição Welcome to Chat.me! Chat.me is a free non-profit embedded in-frame chat. Chat and send medias to averyone all over the world.
Tamanho do Arquivo 124 KB
Contagem de Instalações 312
Versão Atual 1.0.2
Última Atualização 2017-11-10
Data de Publicação 2017-11-10
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor speep95
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chat.me",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Welcome to Chat.me! Chat.me is a free non-profit embedded in-frame chat. Chat and send medias to averyone all over the world.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "client.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}