Automatic Backlink Checker

This extension is the best way to find dofollow, nofollow, and broken links in your link building campaign.

Automatic Backlink Checker क्या है?

Automatic Backlink Checker Automatic Backlink Checker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is the best way to find dofollow, nofollow, and broken links in your link building campaign."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Automatic Backlink Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Automatic Backlink Checker helps to analyze the quantity of links on a website and shows whether they are	 DoFollow (in case a link is external and doesn’t have nofollow attribute) or NoFollow (in case a link is internal or has nofollow attribute). Beside those features, extension checks (manually or automatically) and highlights broken links and helps to find them with its Broken Link Finder. 

Features: 
1. Counts the number of DoFollow and NoFollow links on a website in the real time;
2. Checks if the link external (DoFollow) or internal (NoFollow) and highlight it with a custom highlighter;
3. Finds broken links and crosses them out;
4. Broken Link Finder is a feature which helps to move from one broken link to another.
5. Checks Broken Links Automatically. You can turn on this feature in settings and check broken links without extra efforts.                    

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

नाम Automatic Backlink Checker Automatic Backlink Checker
ID fkllkmgclnabanhckclcipnddfbindan
आधिकारिक URL https://chromewebstore.google.com/detail/automatic-backlink-checke/fkllkmgclnabanhckclcipnddfbindan
विवरण This extension is the best way to find dofollow, nofollow, and broken links in your link building campaign.
फ़ाइल का आकार 631 KB
स्थापना संख्या 9,373
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2022-09-05
प्रकाशन तिथि 2018-07-08
रेटिंग 3.59/5 कुल 22 रेटिंग्स
डेवलपर Automatic Backlink Checker
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Automatic Backlink Checker",
    "description": "This extension is the best way to find dofollow, nofollow, and broken links in your link building campaign.",
    "version": "1.1.2",
    "icons": {
        "128": "iconenabled.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "customstyles.css"
            ],
            "js": [
                "links\/Links.js",
                "links\/NoFollowLinks.js",
                "links\/DoFollowLinks.js",
                "links\/InvalidLinks.js",
                "links\/LinksManager.js",
                "AccessabilityManager.js",
                "ABCManager.js",
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "iconenabled.png",
        "default_popup": "popup.html",
        "default_title": "Automatic Backlink Checker"
    },
    "background": {
        "scripts": [
            "popup.js",
            "colorExtender.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}