Haha

Haha Reaction for Grapevine.

Apa itu Haha?

Haha adalah ekstensi Chrome yang dikembangkan oleh https://grapevineextension.com, dan fitur utamanya adalah "Haha Reaction for Grapevine.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Haha

Unduh file ekstensi Haha dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Haha Haha
ID jpijnodkjihpfmgjfoclhichlfmemlcf
URL Resmi https://chromewebstore.google.com/detail/haha/jpijnodkjihpfmgjfoclhichlfmemlcf
Deskripsi Haha Reaction for Grapevine.
Ukuran File 46.64 KB
Jumlah Instalasi 0
Versi Saat Ini 0.20
Terakhir Diperbarui 2017-10-26
Tanggal Publikasi 2017-10-25
Pengembang https://grapevineextension.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.grapevineextension.com
URL Halaman Kebijakan Privasi https://www.grapevineextension.com/privacy-policy
Bahasa yang Didukung 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
}