Safe Open Browser Blurring
Automatically blur your browser when your computer wakes up from sleep to avoid embarassment in public!
Qu'est-ce que Safe Open Browser Blurring ?
Safe Open Browser Blurring est une extension Chrome développée par Bobby Zhang, et sa fonction principale est "Automatically blur your browser when your computer wakes up from sleep to avoid embarassment in public!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Safe Open Browser Blurring
Téléchargez les fichiers d'extension Safe Open Browser Blurring au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | faiemedmceameikmifpgbeglbaikcmpc |
URL Officiel | https://chrome.google.com/webstore/detail/safe-open-browser-blurrin/faiemedmceameikmifpgbeglbaikcmpc |
Description | Automatically blur your browser when your computer wakes up from sleep to avoid embarassment in public! |
Taille du Fichier | 13.77 KB |
Nombre d'Installations | 89 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-02-26 |
Date de Publication | 2020-02-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Bobby Zhang |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Bobbbby/Safe-Open-Chrome-Extension |
URL de la Page de Politique de Confidentialité | https://bobbbby.github.io/Safe-Open-Chrome-Extension-Privacy |
Langues Prises en Charge | 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" ] } |