Harambe Lives

A secret reminder to us all, that he's still here.

Harambe Livesคืออะไร?

Harambe Lives เป็นส่วนขยายของ Chrome ที่พัฒนาโดย norton.seanm และคุณลักษณะหลักของมันคือ "A secret reminder to us all, that he's still here."

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

screenshot

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

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

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

                        This extension will randomly add Harambe to every page when you mouse over an image.
I recommend installing this on a parents or mates chrome just to mess with them.                    

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

ชื่อ Harambe Lives Harambe Lives
ID elaapbnomecicnkmcnlenhgilopocigg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/harambe-lives/elaapbnomecicnkmcnlenhgilopocigg
คำอธิบาย A secret reminder to us all, that he's still here.
ขนาดไฟล์ 169 KB
จำนวนการติดตั้ง 0
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-09-06
วันที่เผยแพร่ 2016-09-05
ผู้พัฒนา norton.seanm
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe Lives",
    "version": "0.1",
    "description": "A secret reminder to us all, that he's still here.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}