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
官方網址 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"
        }
    ]
}