Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Free Medium Reader", "version": "1.2", "description": "Load freedium.cfd quickly to read members-only articles on Medium.com.", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png" }, "permissions": [ "tabs" ] }