Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 14, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reader Mode Premium", "short_name": "Reader Mode Premium", "version": "1.3.2", "description": "A feature-packed distraction-free web reader with dyslexia support and research tools", "homepage_url": "https:\/\/readermode.io", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage", "scripting" ], "content_security_policy": { "sandbox": "sandbox allow-scripts; 'unsafe-inline' 'self'" }, "host_permissions": [ "<all_urls>" ], "options_ui": { "page": "options.html" }, "action": { "default_title": "Reader Mode Premium", "default_icon": "assets\/images\/icon.png" }, "background": { "service_worker": "javascripts\/background.js" }, "web_accessible_resources": [ { "resources": [ "*.html", "assets\/*", "javascripts\/*", "styles\/*" ], "matches": [ "<all_urls>" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Ctrl+Shift+Z", "linux": "Ctrl+Shift+Z", "mac": "Ctrl+Shift+Z", "windows": "Ctrl+Shift+Z" } } } }