WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Read it - just read website. Text mode

Read it - just read website. Text mode

View on Chrome Web Store
View Read it - just read website. Text mode Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (7 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

A smart reader that shows only what matters. Convenient reader. Text mode. Read mode.
Type
Extension
Users
5,000 users
500
Read a lot
View author page of Read a lot
Published
Published on July 31, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on August 5, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Read it - just read website. Text mode 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",
    "version": "1.0.0",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_icon": "assets\/images\/reader128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "icons": {
        "16": "assets\/images\/reader16.png",
        "32": "assets\/images\/reader32.png",
        "48": "assets\/images\/reader48.png",
        "128": "assets\/images\/reader128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png",
                "assets\/images\/*.svg",
                "assets\/fonts\/*",
                "assets\/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';"
    }
}
© 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