WebExtension.net
WebExtension.net

Reader - text mode ReadBee

View on Chrome Web Store
View Reader - text mode ReadBee Chrome Extension on Chrome Web Store
4.7 (376 ratings)

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

Simplified text mode/read mode for any article from the site without unnecessary things. Convenient reader
Type
Extension
Users
500,000 users
proEXT
View author page of proEXT
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 27, 2020
Version 1.2.0
Manifest version
3
Updated
Updated on September 19, 2024
View on Chrome Web Store
View Reader - text mode ReadBee Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "version": "1.2.0",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_icon": "images\/reader128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "16": "images\/reader16.png",
        "32": "images\/reader32.png",
        "48": "images\/reader48.png",
        "128": "images\/reader128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "fonts\/*",
                "main.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-popups allow-modals allow-downloads; script-src 'self'; child-src 'self';"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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