Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 14, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redirect Path", "version": "3.0", "version_name": "3", "manifest_version": 3, "minimum_chrome_version": "102", "description": "The HTTP Header & Redirect Checker for SEO", "icons": { "16": "assets\/images\/rpath16.png", "48": "assets\/images\/rpath48.png", "128": "assets\/images\/rpath128.png" }, "action": { "default_icon": "assets\/images\/rpath19_off.png", "default_popup": "popup.html", "default_title": "Click here to see your Redirect Path." }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "metaRefreshDetect.js" ], "run_at": "document_start" } ], "permissions": [ "webRequest", "webNavigation", "clipboardWrite", "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }