WebExtension.net
Toggle dark mode
WebExtension.net

Readwell

View on Chrome Web Store
View Readwell Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (17 ratings)
1 new ratings
23 views
This extension has been viewed 23 times

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

Readwell Delivers Ad-Free, Customizable, and Fast Reading Like Never Before!
Type
Extension
Users
2,000,000 users
1M
Readwell Reader View
View author page of Readwell Reader View
Published
Published on September 15, 2023
Version 1.0.1
Manifest version
3
Updated
Updated on September 20, 2023
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Readwell 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",
    "author": "Readwell",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "name": "__MSG_extName__",
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "favicon",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "version": "1.0.1"
}
© 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