WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Helperbird: Accessibility & Productivity App

Helperbird: Accessibility & Productivity App

View on Chrome Web Store
View Helperbird: Accessibility & Productivity App Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (166 ratings)
1 new ratings
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Improve your reading, writing & accessibility. Including Immersive Reader, Summarize, Dyslexia support and more.
Type
Extension
Users
500,000 users
100K
Website helperbird.com
Helperbird
View author page of Helperbird
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 16, 2015
Version 2025.10.13
Manifest version
3
Updated
Updated on October 13, 2025
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Helperbird: Accessibility & Productivity App Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "short_name": "Helperbird",
    "version": "2025.10.13",
    "homepage_url": "https:\/\/www.helperbird.com",
    "manifest_version": 3,
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "assets\/images\/logo\/color\/16.png",
        "19": "assets\/images\/logo\/color\/19.png",
        "32": "assets\/images\/logo\/color\/32.png",
        "38": "assets\/images\/logo\/color\/38.png",
        "48": "assets\/images\/logo\/color\/48.png",
        "64": "assets\/images\/logo\/color\/64.png",
        "128": "assets\/images\/logo\/color\/128.png",
        "512": "assets\/images\/logo\/color\/512.png"
    },
    "options_ui": {
        "page": "settings.html"
    },
    "storage": {
        "managed_schema": "helperbird-config.json"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/logo\/color\/16.png",
            "19": "assets\/images\/logo\/color\/19.png",
            "32": "assets\/images\/logo\/color\/32.png",
            "38": "assets\/images\/logo\/color\/38.png",
            "48": "assets\/images\/logo\/color\/48.png",
            "64": "assets\/images\/logo\/color\/64.png",
            "128": "assets\/images\/logo\/color\/128.png",
            "512": "assets\/images\/logo\/color\/512.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "module": true
    },
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "alarms",
        "sidePanel",
        "scripting"
    ],
    "optional_permissions": [
        "identity.email",
        "identity"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "*:\/\/*\/*",
        "https:\/\/*\/*",
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "*:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "match_about_blank": true,
            "exclude_matches": [
                "*:\/\/*.live.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.live.com\/*"
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "world": "MAIN",
            "js": [
                "scripts\/content\/docs.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": false,
            "resources": [
                "assets\/vosk\/*",
                "assets\/models\/*",
                "assets\/wasm\/*",
                "assets\/lib\/*",
                "assets\/scripts\/vosk\/*",
                "assets\/scripts\/models\/*",
                "assets\/scripts\/wasm\/*",
                "assets\/scripts\/lib\/*",
                "notes.html",
                "dictionary.html",
                "editor.html",
                "index.html",
                "pdf.html",
                "readinglist.html",
                "settings.html",
                "assets\/fonts\/opendyslexic\/bold.otf",
                "assets\/fonts\/opendyslexic\/regular.otf",
                "assets\/fonts\/opendyslexic\/italic.otf",
                "assets\/fonts\/lexend\/lexend.woff2",
                "assets\/fonts\/lexend\/lexend-deca.woff2",
                "assets\/fonts\/lexend\/lexend-exa.woff2",
                "assets\/fonts\/lexend\/lexend-giga.woff2",
                "assets\/fonts\/lexend\/lexend-tera.woff2",
                "assets\/fonts\/lexend\/lexend-mega.woff2",
                "assets\/fonts\/lexend\/lexend-meta.woff2",
                "assets\/fonts\/lexend\/lexend-peta.woff2",
                "assets\/fonts\/lexend\/lexend-zetta.woff2",
                "assets\/fonts\/lora\/regular.otf",
                "assets\/fonts\/lora\/italic.otf",
                "assets\/fonts\/lora\/bold.otf",
                "assets\/images\/base\/welcome.png",
                "assets\/images\/base\/support.png",
                "assets\/images\/cursors\/pointer\/80.png",
                "assets\/images\/cursors\/pointer\/96.png",
                "assets\/images\/cursors\/pointer\/112.png",
                "assets\/images\/cursors\/pointer\/128.png",
                "assets\/images\/others\/pixel.png",
                "assets\/images\/others\/Jcrop.gif",
                "assets\/images\/cursors\/hand\/80.png",
                "assets\/images\/cursors\/hand\/96.png",
                "assets\/images\/cursors\/hand\/112.png",
                "assets\/images\/cursors\/hand\/128.png",
                "assets\/images\/logo\/transparent\/helperbird.png",
                "assets\/images\/logo\/transparent\/128.png",
                "assets\/images\/logo\/transparent\/helperbird.png",
                "assets\/styles\/orc\/content.css",
                "scripts\/google.js",
                "scripts\/content\/docs.js",
                "assets\/scripts\/traineddata\/eng.traineddata.gz",
                "scripts\/extra\/traineddata\/eng.traineddata.gz",
                "scripts\/content.js",
                "674ab3f634efb574e7bc95b226ffa334.mjs"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top