Harvey overload

steve harvey is overloading my computer

Cos'è Harvey overload?

Harvey overload è un'estensione di Chrome sviluppata da simon, e la sua funzione principale è "steve harvey is overloading my computer".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Harvey overload

Scarica i file di estensione Harvey overload in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Harvey overload Harvey overload
ID fohfoldepoehoeahemlecicigbjdccnc
URL Ufficiale https://chromewebstore.google.com/detail/harvey-overload/fohfoldepoehoeahemlecicigbjdccnc
Descrizione steve harvey is overloading my computer
Dimensione del File 133 KB
Conteggio Installazioni 93
Versione Corrente 1.1
Ultimo Aggiornamento 2021-02-25
Data di Pubblicazione 2019-05-07
Sviluppatore simon
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}