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开发的Chrome扩展程序,该扩展的主要功能是“This extension is the best way to find dofollow, nofollow, and broken links in your link building campaign.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Automatic Backlink Checker扩展crx文件

下载Automatic Backlink Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}