Haha

Haha Reaction for Grapevine.

O que é Haha?

Haha é uma extensão do Chrome desenvolvida por https://grapevineextension.com, e sua principal característica é "Haha Reaction for Grapevine.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Haha

Baixe arquivos de extensão Haha 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

                        Grapevine allows you to see how others react to the websites you visit. You can react using emojis, post and comment using text, photos, videos on any public web page. Install the other Grapevine extensions and you will immediately see reactions on every page load. Use them once and you will be hooked.

Required extension:

Grapevine - https://chrome.google.com/webstore/detail/grapevine/pgfhdfgokijomadjefbagiimfbbjbboo

Optional extensions (but extremely helpful - install some or all):

Love - https://chrome.google.com/webstore/detail/love/dhnnpmmgjohnolfmbheiamfanbcjielb

Haha - https://chrome.google.com/webstore/detail/haha/jpijnodkjihpfmgjfoclhichlfmemlcf

Wow - https://chrome.google.com/webstore/detail/wow/dganhegmbknejbcopplhiilehflkndnj

Sad - https://chrome.google.com/webstore/detail/sad/ckbeklpngeplfhpdkmndilcfgbckkoje

Angry - https://chrome.google.com/webstore/detail/angry/becbcdpelcccgfgncohifamjfbnbdbie

Embarrassed - https://chrome.google.com/webstore/detail/embarrassed/eokacodeamhddffhcbmpnnibkibalmko

Disgusted - https://chrome.google.com/webstore/detail/disgusted/kfcinikpekblkpdbblionmahodnghhbm

Worried - https://chrome.google.com/webstore/detail/worried/kajfomibjfjbopmoadkcaaakdkaffbdj                    

Informações Básicas da Extensão

Nome Haha Haha
ID jpijnodkjihpfmgjfoclhichlfmemlcf
URL Oficial https://chromewebstore.google.com/detail/haha/jpijnodkjihpfmgjfoclhichlfmemlcf
Descrição Haha Reaction for Grapevine.
Tamanho do Arquivo 46.64 KB
Contagem de Instalações 0
Versão Atual 0.20
Última Atualização 2017-10-26
Data de Publicação 2017-10-25
Desenvolvedor https://grapevineextension.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.grapevineextension.com
URL da Página de Política de Privacidade https://www.grapevineextension.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Haha",
    "short_name": "Haha",
    "version": "0.20",
    "description": "Haha Reaction for Grapevine.",
    "homepage_url": "https:\/\/www.grapevineextension.com",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "Haha",
        "default_icon": "haha-32.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "Env.js",
            "Hnode.js",
            "Reaction.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Env.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "manifest_version": 2
}