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
Eメール [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"
            ]
        }
    ]
}