Obscurit.app
Obscure elements that you do not want to show on a web page.
Obscurit.app란 무엇입니까?
Obscurit.app은(는) Obscurit.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Obscure elements that you do not want to show on a web page."입니다.
확장 프로그램 스크린샷
Obscurit.app 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |