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", "name": "Redirect Check", "description": "Checks redirects on all selected links in the page and validates the syntax.", "short_name": "Redirect Check", "icons": { "128": "lib\/img\/rdc128.png" }, "version": "1.9.6", "background": { "service_worker": "lib\/js\/eventPage.js" }, "permissions": [ "storage", "contextMenus", "scripting" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html", "default_icon": "lib\/img\/rdc.png" }, "options_ui": { "page": "options.html" }, "manifest_version": 3 }