SEO LinkChecker(Follows, extenal & Internal)

Chrome Extension to help you find all no follow, dofollow, broken links on any page or website

SEO LinkChecker(Follows, extenal & Internal) क्या है?

SEO LinkChecker(Follows, extenal & Internal) extensionsforseo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension to help you find all no follow, dofollow, broken links on any page or website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SEO LinkChecker(Follows, extenal & Internal) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Hi, 

Link Checker chrome extension helps you to find all do follow, no follow and broken links on a webpage. It also tells you internal and external links along with anchor text. 

Just add to your chrome and done! 

Click the extension and you will get the number of all links on the webpage. If you click analyze it will analyze all the links and show you a table. You can download the full report in excel and fix all seo bugs. 




** Update ** 
We have also included to highlight links on the page so you can see all the links even hidden links on the page only.                    

एक्सटेंशन की मूल जानकारी

नाम SEO LinkChecker(Follows, extenal & Internal) SEO LinkChecker(Follows, extenal & Internal)
ID egeiolgdbnfebfedgahmeokhlfkpbind
आधिकारिक URL https://chromewebstore.google.com/detail/seo-linkcheckerfollows-ex/egeiolgdbnfebfedgahmeokhlfkpbind
विवरण Chrome Extension to help you find all no follow, dofollow, broken links on any page or website
फ़ाइल का आकार 97.56 KB
स्थापना संख्या 1,229
वर्तमान संस्करण 4.3.6
अंतिम अपडेट 2022-04-10
प्रकाशन तिथि 2022-04-09
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर extensionsforseo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome Extension to help you find all no follow, dofollow, broken links on any page or website",
    "version": "4.3.6",
    "manifest_version": 3,
    "name": " SEO LinkChecker(Follows, extenal & Internal)",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ]
}