Harambe

Dicks Out For Harambe

什麼是Harambe?

Harambe是由Steven Jin開發的Chrome擴展程式,該擴展的主要功能是“Dicks Out For Harambe”。

擴展截圖

screenshot
screenshot
screenshot

下載Harambe擴展crx文件

下載Harambe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Have a friend you want to prank? Hate that jerk Todd and want to get even?
Share with them the joy of Harambe

It's Easy: 
While they're away from their computer: 
Step 1. Go to Chrome
Step 2. Go to the extensions page by googling "Chrome Extensions" & clicking on the first link
Step 3. Search in extensions search "Harambe Pictures"
Step 4. install the top result

Now all of his/her pictures will turn into Harambe 
Want to go one step further? Right click on the extension and click: "Hide in Chrome Menu."
They'll be freaking out for the next hour

This extension changes all images on a page to Harambe which then checks for changes on a 10 second interval.                    

擴展基本資訊

名稱 Harambe Harambe
ID mkghponibaehackhmaijeonapklpndlc
官方網址 https://chrome.google.com/webstore/detail/harambe/mkghponibaehackhmaijeonapklpndlc
簡介 Dicks Out For Harambe
檔案大小 1.98 MB
安裝次數 16
目前版本 1.3.1
更新時間 2018-01-07
上架時間 2018-01-07
評分 2.83/5 共 6 次評分
開發者 Steven Jin
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe",
    "description": "Dicks Out For Harambe",
    "version": "1.3.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "harambe.js",
                "textswapper.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "1.jpg",
        "2.jpg",
        "3.jpg",
        "4.jpg",
        "5.jpg",
        "6.jpg",
        "7.jpg",
        "8.jpg",
        "9.jpg",
        "10.jpg"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}