Broken Link Checker

The Fastest Way to find all broken links on your websites to Rank Higher.

What is Broken Link Checker?

Broken Link Checker is a Chrome extension developed by https://startupflux.com, and its main feature is "The Fastest Way to find all broken links on your websites to Rank Higher.".

Extension Screenshots

screenshot

Download Broken Link Checker Extension CRX File

Download Broken Link Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Broken Link Cheker checks your web pages and identifies all the broken links on them.
This is the fastest way to find broken links and quickly fix them.
Keep your website error free and rank higher on Google                    

Extension Basic Information

Name Broken Link Checker Broken Link Checker
ID peoobhfbcfgilemdgnbkbjldedfgpffk
Official URL https://chromewebstore.google.com/detail/broken-link-checker/peoobhfbcfgilemdgnbkbjldedfgpffk
Description The Fastest Way to find all broken links on your websites to Rank Higher.
File Size 55.77 KB
Installation Count 2,001
Current Version 0.0.1
Last Updated 2018-04-20
Publish Date 2018-04-20
Rating 2.80/5 Total 5 Ratings
Developer https://startupflux.com
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Broken Link Checker",
    "description": "The Fastest Way to find all broken links on your websites to Rank Higher.",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Link Xtractor",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}