WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Reader's Block

Reader's Block

View on Chrome Web Store
View Reader's Block Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
0 views
This extension has been viewed 0 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.

Start reading again by replacing unproductive sites with your reading list
Type
Extension
Users
4 users
1
readersblock.extension
View author page of readersblock.extension
Published
Published on January 12, 2023
Version 0.0.0.2
Manifest version
3
Updated
Updated on February 4, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Reader's Block 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": "Reader's Block",
    "description": "Start reading again by replacing unproductive sites with your reading list",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "static\/logo\/logo_16.png",
        "48": "static\/logo\/logo_48.png",
        "128": "static\/logo\/logo_128.png"
    },
    "action": {
        "default_icon": {
            "16": "static\/logo\/logo_16.png",
            "32": "static\/logo\/logo_32.png"
        },
        "default_title": "Reader's Block",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "declarativeNetRequest",
        "webNavigation",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "blocked.html",
                "css\/*",
                "static\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}
© 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