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是由Bobby Zhang開發的Chrome擴展程式,該擴展的主要功能是“Automatically blur your browser when your computer wakes up from sleep to avoid embarassment in public!”。
擴展截圖
下載Safe Open Browser Blurring擴展crx文件
下載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 |
官方網址 | 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" ] } |