AccessiByeBye
Web accessibility overlays don't work. Wave them all bye-bye in one easy step, with AccessiByeBye!
AccessiByeBye란 무엇입니까?
AccessiByeBye은(는) Pneuma Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web accessibility overlays don't work. Wave them all bye-bye in one easy step, with AccessiByeBye!"입니다.
확장 프로그램 스크린샷
AccessiByeBye 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you use a screen reader and have been prompted to press a hotkey to turn on some website's screen reader mode, you've likely encountered the category of website add-ons known as accessibility overlays. These include services like AccessiBe, EqualWeb, MaxAccess, and UserWay. We know that while these overlays are supposed to make websites more accessible, they're actually annoying and often counter-productive. That's why we made AccessiByeBye, a simple browser extension that blocks these overlays. Just install AccessiByeBye into your browser, and those pesky overlays won't bother you again. There's no catch. We don't collect your web browsing habits or other personal information, and the AccessiByeBye extension won't slow down your browser or computer. If you ever decide you do want one of those overlays, it's easy to turn off the extension at any time. At Pneuma Solutions, we're all in favor of any tools that truly improve accessibility. So if any of the accessibility overlays that we block actually become useful to the people that they claim to serve, then we'll remove those blocks. But until then, we believe that the spread of accessibility overlays is hindering true improvements in website accessibility. Read more about our thoughts on accessibility overlays.
확장 프로그램 기본 정보
이름 | AccessiByeBye |
ID | ikcamkknjfdplkdjjncobgmpciklohjg |
공식 URL | https://chromewebstore.google.com/detail/accessibyebye/ikcamkknjfdplkdjjncobgmpciklohjg |
설명 | Web accessibility overlays don't work. Wave them all bye-bye in one easy step, with AccessiByeBye! |
파일 크기 | 111 KB |
설치 횟수 | 907 |
현재 버전 | 1.8.0 |
최근 업데이트 | 2023-12-02 |
출시 날짜 | 2021-03-21 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Pneuma Solutions |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.accessibyebye.org/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AccessiByeBye", "description": "Web accessibility overlays don't work. Wave them all bye-bye in one easy step, with AccessiByeBye!", "version": "1.8.0", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js", "js\/hot_reload.js" ] }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |