WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Link Redirect Trace

Link Redirect Trace

View on Chrome Web Store
View Link Redirect Trace Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (356 ratings)
1 new ratings
16 views
This extension has been viewed 16 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.

The all-in-one redirect path analyzer. It also analyzes protocol headers, REL-canonicals, robots.txt, backlink power, and trust!
Type
Extension
Users
100,000 users
LinkResearchTools (LRT)
View author page of LinkResearchTools (LRT)
Published
Published on April 20, 2016
Version 1.1.5.27
Manifest version
3
Updated
Updated on June 15, 2024
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Link Redirect Trace 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",
    "manifest_version": 3,
    "name": "Link Redirect Trace",
    "short_name": "Redirect Trace",
    "description": "The all-in-one redirect path analyzer. It also analyzes protocol headers, REL-canonicals, robots.txt, backlink power, and trust!",
    "version": "1.1.5.27",
    "version_name": "1.1.5.27",
    "icons": {
        "19": "\/img\/icon19.png",
        "38": "\/img\/icon38.png",
        "128": "\/img\/icon128.png",
        "256": "\/img\/icon256.png"
    },
    "action": {
        "default_icon": "\/img\/icon19.png",
        "default_popup": "\/html\/popup.html"
    },
    "background": {
        "service_worker": "sw_background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/cs-page.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
© 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