Safe Open Browser Blurring
Automatically blur your browser when your computer wakes up from sleep to avoid embarassment in public!
Safe Open Browser Blurringคืออะไร?
Safe Open Browser Blurring เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bobby Zhang และคุณลักษณะหลักของมันคือ "Automatically blur your browser when your computer wakes up from sleep to avoid embarassment in public!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safe Open Browser Blurring
ดาวน์โหลดไฟล์ส่วนขยาย Safe Open Browser Blurring ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open Source extension that blurs every chrome tab when you wake up your computer so you don't accidentally embarrass yourself in public. What were you looking in your previous browsing session? It doesn't matter because no one behind you will see it. You can also press the browser bar button to blur/unblur all tabs! WARNING: Does not work on Incognito mode by default. TIP: Navigate to Settings -> Extensions -> Safe Open Details and enable "Allow in Incognito" to enable on Incognito mode! Check out the code (logic in background.js): https://github.com/Bobbbby/Safe-Open-Chrome-Extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | faiemedmceameikmifpgbeglbaikcmpc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/safe-open-browser-blurrin/faiemedmceameikmifpgbeglbaikcmpc |
คำอธิบาย | Automatically blur your browser when your computer wakes up from sleep to avoid embarassment in public! |
ขนาดไฟล์ | 13.77 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-02-26 |
วันที่เผยแพร่ | 2020-02-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Bobby Zhang |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Bobbbby/Safe-Open-Chrome-Extension |
URL หน้านโยบายความเป็นส่วนตัว | https://bobbbby.github.io/Safe-Open-Chrome-Extension-Privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Safe Open Browser Blurring", "short_name": "Safe Open", "version": "1.0", "description": "Automatically blur your browser when your computer wakes up from sleep to avoid embarassment in public!", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icona16.png", "48": "iconb48.png", "128": "iconb128.png" }, "browser_action": { "default_icon": "iconb32.png", "default_title": "Safe Open" }, "permissions": [ "http:\/\/*\/*", "http:\/\/*\/", "https:\/\/*\/", "idle" ] } |