Safe Open Browser Blurring
Automatically blur your browser when your computer wakes up from sleep to avoid embarassment in public!
Safe Open Browser Blurring là gì?
Safe Open Browser Blurring là một tiện ích mở rộng Chrome được phát triển bởi Bobby Zhang, và tính năng chính của nó là "Automatically blur your browser when your computer wakes up from sleep to avoid embarassment in public!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Safe Open Browser Blurring
Tải xuống các tệp mở rộng Safe Open Browser Blurring dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | faiemedmceameikmifpgbeglbaikcmpc |
URL Chính Thức | https://chrome.google.com/webstore/detail/safe-open-browser-blurrin/faiemedmceameikmifpgbeglbaikcmpc |
Mô tả | Automatically blur your browser when your computer wakes up from sleep to avoid embarassment in public! |
Kích Thước Tệp | 13.77 KB |
Số Lần Cài Đặt | 89 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-02-26 |
Ngày Phát Hành | 2020-02-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Bobby Zhang |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Bobbbby/Safe-Open-Chrome-Extension |
URL Trang Chính Sách Bảo Mật | https://bobbbby.github.io/Safe-Open-Chrome-Extension-Privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |