AccessiByeBye

Web accessibility overlays don't work. Wave them all bye-bye in one easy step, with AccessiByeBye!

AccessiByeBye क्या है?

AccessiByeBye Pneuma Solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web accessibility overlays don't work. Wave them all bye-bye in one easy step, with AccessiByeBye!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AccessiByeBye एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}