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