Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "version": "1.0.15", "description": "__MSG_extensionDescription__", "permissions": [ "storage", "webRequest", "tabs", "management", "webNavigation", "scripting", "cookies" ], "host_permissions": [ "https:\/\/www.patreon.com\/*", "https:\/\/www.readeon.com\/*" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "ReadeonExtensionLogo-new.png" }, "icons": { "16": "ReadeonExtensionLogo-new.png", "32": "ReadeonExtensionLogo-new.png", "48": "ReadeonExtensionLogo-new.png", "128": "ReadeonExtensionLogo-new.png" }, "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/diplomatic-adelina-readeon-f63fb2a8.koyeb.app\/ https:\/\/www.readeon.com\/; object-src 'self';" }, "content_scripts": [ { "matches": [ "https:\/\/www.patreon.com\/*" ], "js": [ "src\/pages\/injector\/index.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.patreon.com\/*", "https:\/\/www.readeon.com\/*" ], "js": [ "src\/pages\/contentInjected\/index.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.patreon.com\/*" ], "js": [ "src\/pages\/contentDynamicConfig\/index.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.patreon.com\/*" ], "js": [ "src\/pages\/contentUI\/index.js" ] }, { "matches": [ "https:\/\/www.patreon.com\/*" ], "css": [ "assets\/css\/contentStyle1745011431188.chunk.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "assets\/fonts\/*.ttf", "icon-128.png", "icon-34.png", "src\/pages\/injectedScript\/index.js" ], "matches": [ "*:\/\/*\/*" ] } ] }