Haha

Haha Reaction for Grapevine.

Hahaคืออะไร?

Haha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://grapevineextension.com และคุณลักษณะหลักของมันคือ "Haha Reaction for Grapevine."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Haha

ดาวน์โหลดไฟล์ส่วนขยาย Haha ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Haha Haha
ID jpijnodkjihpfmgjfoclhichlfmemlcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/haha/jpijnodkjihpfmgjfoclhichlfmemlcf
คำอธิบาย Haha Reaction for Grapevine.
ขนาดไฟล์ 46.64 KB
จำนวนการติดตั้ง 0
เวอร์ชันปัจจุบัน 0.20
อัปเดตครั้งล่าสุด 2017-10-26
วันที่เผยแพร่ 2017-10-25
ผู้พัฒนา https://grapevineextension.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.grapevineextension.com
URL หน้านโยบายความเป็นส่วนตัว https://www.grapevineextension.com/privacy-policy
ภาษาที่รองรับ 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
}