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", "version": "6.5.1", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extension_name__", "icons": { "32": "asset\/icon\/32.png", "64": "asset\/icon\/64.png", "96": "asset\/icon\/96.png", "128": "asset\/icon\/128.png" }, "action": { "default_icon": { "32": "asset\/icon\/32.png", "64": "asset\/icon\/64.png", "96": "asset\/icon\/96.png", "128": "asset\/icon\/128.png" }, "default_title": "__MSG_extension_name__", "default_popup": "asset\/html\/popup.html" }, "description": "__MSG_extension_desc__", "chrome_url_overrides": { "newtab": "asset\/html\/newtab.html" }, "background": { "service_worker": "asset\/js\/898.js", "type": "module" }, "permissions": [ "storage", "tabs", "alarms" ], "host_permissions": [ "*:\/\/*.monknow.com\/*" ], "optional_permissions": [ "bookmarks" ], "minimum_chrome_version": "120" }