Windows Update

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

Was ist Windows Update?

Windows Update ist eine Chrome-Erweiterung, die von Tyndale Hannan entwickelt wurde, und ihr Hauptmerkmal ist "Make your computer screen display a fake update for when you don't feel like doing work.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Windows Update-Erweiterungs-CRX-Datei herunterladen

Laden Sie Windows Update-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Windows Update Windows Update
ID fohcioklbnghklmbbbdjbfppdehhpell
Offizielle URL https://chromewebstore.google.com/detail/windows-update/fohcioklbnghklmbbbdjbfppdehhpell
Beschreibung Make your computer screen display a fake update for when you don't feel like doing work.
Dateigröße 573 KB
Installationsanzahl 367
Aktuelle Version 1.0
Letztes Update 2023-07-06
Veröffentlichungsdatum 2023-07-06
Entwickler Tyndale Hannan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}