WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Redirect Path

Redirect Path

View on Chrome Web Store
View Redirect Path Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (197 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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.

The HTTP Header & Redirect Checker for SEO
Type
Extension
Users
300,000 users
Ayima
View author page of Ayima
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 9, 2012
Version 3.0
Manifest version
3
Updated
Updated on June 7, 2024
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Redirect Path Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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:\/\/*\/*"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top