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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Windows Update
قم بتنزيل ملفات الامتداد Windows Update بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |