Lord Harambe

Replaces all instances of 'God' with 'Harambe'. Dicks out

Lord Harambeとは何ですか?

Lord HarambeはSirSidisによって開発されたChromeの拡張機能で、その主な機能は「Replaces all instances of 'God' with 'Harambe'. Dicks out」です。

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

screenshot

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

Lord Harambe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces all instances of the word 'God' with 'Harambe', our dearly departed friend                    

拡張機能の基本情報

名前 Lord Harambe Lord Harambe
ID dkjlnnadnhioppalkdangjmfeppakfep
公式URL https://chromewebstore.google.com/detail/lord-harambe/dkjlnnadnhioppalkdangjmfeppakfep
説明 Replaces all instances of 'God' with 'Harambe'. Dicks out
ファイルサイズ 8.67 KB
インストール数 78
現在のバージョン 1.0
最終更新日 2016-07-25
公開日 2016-07-25
評価 4.50/5 合計 12 レビュー
開発者 SirSidis
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lord Harambe",
    "description": "Replaces all instances of 'God' with 'Harambe'. Dicks out",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}