Harambe Lives

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

Harambe Livesとは何ですか?

Harambe Livesはnorton.seanmによって開発されたChromeの拡張機能で、その主な機能は「A secret reminder to us all, that he's still here.」です。

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

screenshot

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

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"
    }
}