Windows Update

Make your computer screen display a fake update for when you don't feel like doing work.

Co to jest Windows Update?

Windows Update to rozszerzenie Chrome opracowane przez Tyndale Hannan, a jego główną funkcją jest „Make your computer screen display a fake update for when you don't feel like doing work.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Windows Update

Pobierz pliki rozszerzeń Windows Update 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

                        To Activate : Click on extensions icon in Chrome > Click on "Windows Update"

To Exit: Press the "F11" key  OR... Move mouse to the top of the screen and click "X"


The "update" will play forever until you exit.
Enjoy!

If you like this extension, check out Cenafy for Chrome!                    

Podstawowe informacje o rozszerzeniu

Nazwa Windows Update Windows Update
ID fohcioklbnghklmbbbdjbfppdehhpell
Oficjalny URL https://chromewebstore.google.com/detail/windows-update/fohcioklbnghklmbbbdjbfppdehhpell
Opis Make your computer screen display a fake update for when you don't feel like doing work.
Rozmiar pliku 573 KB
Liczba instalacji 367
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-07-06
Data Publikacji 2023-07-06
Deweloper Tyndale Hannan
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",
    "manifest_version": 3,
    "name": "Windows Update",
    "version": "1.0",
    "description": "Make your computer screen display a fake update for when you don't feel like doing work.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "action": [],
    "background": {
        "service_worker": "back.js"
    }
}