Haha

Haha Reaction for Grapevine.

¿Qué es Haha?

Haha es una extensión de Chrome desarrollada por https://grapevineextension.com, y su función principal es "Haha Reaction for Grapevine.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Haha

Descarga archivos de extensión Haha en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Haha Haha
ID jpijnodkjihpfmgjfoclhichlfmemlcf
URL Oficial https://chromewebstore.google.com/detail/haha/jpijnodkjihpfmgjfoclhichlfmemlcf
Descripción Haha Reaction for Grapevine.
Tamaño del Archivo 46.64 KB
Cantidad de Instalaciones 0
Versión Actual 0.20
Última Actualización 2017-10-26
Fecha de Publicación 2017-10-25
Desarrollador https://grapevineextension.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.grapevineextension.com
URL de la Página de Política de Privacidad https://www.grapevineextension.com/privacy-policy
Idiomas Soportados 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
}