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
电子邮箱 [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"
        }
    ]
}