Windows Update
Make your computer screen display a fake update for when you don't feel like doing work.
Qu'est-ce que Windows Update ?
Windows Update est une extension Chrome développée par Tyndale Hannan, et sa fonction principale est "Make your computer screen display a fake update for when you don't feel like doing work.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Windows Update
Téléchargez les fichiers d'extension Windows Update au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Windows Update |
ID | fohcioklbnghklmbbbdjbfppdehhpell |
URL Officiel | https://chromewebstore.google.com/detail/windows-update/fohcioklbnghklmbbbdjbfppdehhpell |
Description | Make your computer screen display a fake update for when you don't feel like doing work. |
Taille du Fichier | 573 KB |
Nombre d'Installations | 367 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-07-06 |
Date de Publication | 2023-07-06 |
Développeur | Tyndale Hannan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |