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, "name": "Redirect Link", "version": "6.4.0", "description": "__MSG_extensionDescription__", "author": "fluks", "default_locale": "en", "icons": { "16": "data\/logo_16x16.png", "48": "data\/logo_48x48.png", "96": "data\/logo_96x96.png", "128": "data\/logo_128x128.png" }, "background": { "service_worker": "background\/background.js", "type": "module" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "action": { "browser_style": true, "default_icon": { "16": "data\/logo_16x16.png", "48": "data\/logo_48x48.png", "96": "data\/logo_96x96.png", "128": "data\/logo_128x128.png" }, "default_title": "Redirect Link", "default_popup": "browser_action\/popup.html" }, "permissions": [ "storage", "contextMenus", "tabs", "declarativeNetRequestWithHostAccess", "notifications" ], "host_permissions": [ "<all_urls>" ] }