Obscurit.app
Obscure elements that you do not want to show on a web page.
Τι είναι το Obscurit.app;
Το Obscurit.app είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Obscurit.app, και η κύρια λειτουργία του είναι "Obscure elements that you do not want to show on a web page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Obscurit.app
Λήψη αρχείων επέκτασης Obscurit.app σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
In App purchase! The easiest and fastest way to obscure elements on web pages you don’t want to share. Screen sharing and recording is a daily practice for content creators. However, not everything on your screen, you would like to share with others. Private information such as log-in details, email addresses, bank account number, social security number and more can be now obscured on screen without the need of video editing. This is not only will save you a huge amount of time, but will allow you to obscure items when sharing your screen in real time. With Obscurit you are able to: 1. Set up in advance, values you are using often (passwords, your email address, your phone number, home address etc) and Obscurit will blur then automatically every time they will appear on your screen. 2. Select an area on the screen (line, paragraph, image, table etc) to mask. You can use blur effect, solid colour or our provided “sticker”. 3. Select a word or a number (project name, location etc) and Obscurit will blur it off the text. Obscurit is fun, fast and easy to work-with tool. A “must have” tool for any content creator. Suggestion or feedback: [email protected] ——————————————————————————— History: 2.1.0 - Updated endpoint 2.0.0 - Added Personal Key Validation 1.0.0 - First release.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Obscurit.app |
ID | depohcjblhbelkidimceojhkdmmkkjbl |
Επίσημο URL | https://chromewebstore.google.com/detail/obscuritapp/depohcjblhbelkidimceojhkdmmkkjbl |
Περιγραφή | Obscure elements that you do not want to show on a web page. |
Μέγεθος Αρχείου | 308 KB |
Αριθμός Εγκαταστάσεων | 351 |
Τρέχουσα Έκδοση | 2.1 |
Τελευταία Ενημέρωση | 2024-02-13 |
Ημερομηνία Δημοσίευσης | 2021-01-22 |
Αξιολόγηση | 3.86/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Obscurit.app |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Obscurit.app", "version": "2.1", "description": "Obscure elements that you do not want to show on a web page.", "permissions": [ "alarms", "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "options_page": "ui\/options.html", "background": { "scripts": [ "ui\/check.js", "ui\/background.js", "style\/skeleton.css", "style\/normalize.css", "style\/custom.css" ], "persistent": false }, "browser_action": { "default_popup": "ui\/popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "web_accessible_resources": [ "images\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |