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
官方URL 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"
            ]
        }
    ]
}