Hide Anything - Element Hider for Chrome™
Best element hider for Chrome™. Remove distractions in a breeze.
Hide Anything - Element Hider for Chrome™란 무엇입니까?
Hide Anything - Element Hider for Chrome™은(는) Excelling Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best element hider for Chrome™. Remove distractions in a breeze."입니다.
확장 프로그램 스크린샷
Hide Anything - Element Hider for Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hold down Ctrl key, then left-click and use the mouse to drag a box over any element or intrusive ad to erase it from the page. Hide any distracting web element and clean up your favorite websites with just a few clicks. ✔️Easy to use ✔️Works on any web element ✔️Automatic background color selection ✔️Save blocked elements ✔️Many more features to explore With over a million downloads on Play Store, Excelling Apps is now offering Chrome extensions.
확장 프로그램 기본 정보
이름 | Hide Anything - Element Hider for Chrome™ |
ID | gkjljknnkogcgndejajchomapofgiinf |
공식 URL | https://chromewebstore.google.com/detail/hide-anything-element-hid/gkjljknnkogcgndejajchomapofgiinf |
설명 | Best element hider for Chrome™. Remove distractions in a breeze. |
파일 크기 | 26.09 KB |
설치 횟수 | 195 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-11-02 |
출시 날짜 | 2022-11-09 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Excelling Apps |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.excellingapps.com/extensions/privacy-policy |
지원되는 언어 | de,en-US,fr,tr,es,it,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.2", "manifest_version": 3, "icons": { "16": ".\/ic_16.png", "32": ".\/ic_32.png", "48": ".\/ic_48.png", "128": ".\/ic_128.png" }, "background": { "service_worker": ".\/b.js" }, "action": { "default_popup": "pu.html" }, "default_locale": "en_US", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "css": [ "s.css" ], "js": [ ".\/f.js" ] } ] } |