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