Harambe

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

Harambeとは何ですか?

Harambeはrcobelliによって開発されたChromeの拡張機能で、その主な機能は「Make sure our Lord & Savior, Harambe, gets the recognition he deserves」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Harambe拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    ]
}