Harvey overload

steve harvey is overloading my computer

什麼是Harvey overload?

Harvey overload是由simon開發的Chrome擴展程式,該擴展的主要功能是“steve harvey is overloading my computer”。

擴展截圖

screenshot
screenshot

下載Harvey overload擴展crx文件

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

擴展使用說明

                        replaces all images on page to ones of our beautiful mustashed man, Steve Harvey. 
users will want to install it for tricks and seeing their friends faces lol.                    

擴展基本資訊

名稱 Harvey overload Harvey overload
ID fohfoldepoehoeahemlecicigbjdccnc
官方網址 https://chromewebstore.google.com/detail/harvey-overload/fohfoldepoehoeahemlecicigbjdccnc
簡介 steve harvey is overloading my computer
檔案大小 133 KB
安裝次數 93
目前版本 1.1
更新時間 2021-02-25
上架時間 2019-05-07
開發者 simon
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Harvey overload",
    "description": "steve harvey is overloading my computer",
    "manifest_version": 2,
    "version": "1.1",
    "browser_action": {
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}