Harvey overload

steve harvey is overloading my computer

Co to jest Harvey overload?

Harvey overload to rozszerzenie Chrome opracowane przez simon, a jego główną funkcją jest „steve harvey is overloading my computer”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Harvey overload

Pobierz pliki rozszerzeń Harvey overload w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Harvey overload Harvey overload
ID fohfoldepoehoeahemlecicigbjdccnc
Oficjalny URL https://chromewebstore.google.com/detail/harvey-overload/fohfoldepoehoeahemlecicigbjdccnc
Opis steve harvey is overloading my computer
Rozmiar pliku 133 KB
Liczba instalacji 93
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-02-25
Data Publikacji 2019-05-07
Deweloper simon
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}