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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}