Windows Update

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

Что такое Windows Update?

Windows Update - это расширение Chrome, разработанное Tyndale Hannan, и его основная функция - "Make your computer screen display a fake update for when you don't feel like doing work.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Windows Update

Скачайте файлы расширений Windows Update в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Windows Update Windows Update
ID fohcioklbnghklmbbbdjbfppdehhpell
Официальный URL https://chromewebstore.google.com/detail/windows-update/fohcioklbnghklmbbbdjbfppdehhpell
Описание Make your computer screen display a fake update for when you don't feel like doing work.
Размер файла 573 KB
Количество установок 367
Текущая Версия 1.0
Последнее Обновление 2023-07-06
Дата публикации 2023-07-06
Разработчик Tyndale Hannan
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}