Windows Update

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

Vad är Windows Update?

Windows Update är en Chrome-tillägg utvecklad av Tyndale Hannan, och dess huvudfunktion är "Make your computer screen display a fake update for when you don't feel like doing work.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Windows Update-förlängningens CRX-fil

Ladda ner Windows Update-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Windows Update Windows Update
ID fohcioklbnghklmbbbdjbfppdehhpell
Officiell webbadress https://chromewebstore.google.com/detail/windows-update/fohcioklbnghklmbbbdjbfppdehhpell
Beskrivning Make your computer screen display a fake update for when you don't feel like doing work.
Filstorlek 573 KB
Antal Installationer 367
Aktuell Version 1.0
Senast Uppdaterad 2023-07-06
Publiceringsdatum 2023-07-06
Utvecklare Tyndale Hannan
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}