Automatic Backlink Checker

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

Automatic Backlink Checker là gì?

Automatic Backlink Checker là một tiện ích mở rộng Chrome được phát triển bởi Automatic Backlink Checker, và tính năng chính của nó là "This extension is the best way to find dofollow, nofollow, and broken links in your link building campaign.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automatic Backlink Checker

Tải xuống các tệp mở rộng Automatic Backlink Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Automatic Backlink Checker Automatic Backlink Checker
ID fkllkmgclnabanhckclcipnddfbindan
URL Chính Thức https://chromewebstore.google.com/detail/automatic-backlink-checke/fkllkmgclnabanhckclcipnddfbindan
Mô tả This extension is the best way to find dofollow, nofollow, and broken links in your link building campaign.
Kích Thước Tệp 631 KB
Số Lần Cài Đặt 9,373
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-09-05
Ngày Phát Hành 2018-07-08
Đánh Giá 3.59/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Automatic Backlink Checker
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}