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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
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" } } |