Harambe

Make sure our Lord & Savior, Harambe, gets the recognition he deserves

Harambeคืออะไร?

Harambe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rcobelli และคุณลักษณะหลักของมันคือ "Make sure our Lord & Savior, Harambe, gets the recognition he deserves"

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

screenshot
screenshot
screenshot

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

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

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

                        This extension will make sure that our Lord & Savior gets his recognition. It will replace all instances of Donald Trump with "Harambe", make all existing mentions of Harambe all caps, replace Hillary Clinton with "Hillary did Harambe", and all instances of Barack Obama with "Dicks Out for Harambe". Finally, it will replace all images on the web with a photo of Harambe. This is a must have for any self-respecting memelord.                    

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

ชื่อ Harambe Harambe
ID lonpclkknojofcceoebdejjpegakhngo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo
คำอธิบาย Make sure our Lord & Savior, Harambe, gets the recognition he deserves
ขนาดไฟล์ 156 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-08-18
วันที่เผยแพร่ 2016-08-18
คะแนน 2.71/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา rcobelli
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe",
    "description": "Make sure our Lord & Savior, Harambe, gets the recognition he deserves",
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "cat.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}