Nofollow Link Hunter

This extension highlights nofollow links on the current webpage and counts the number of nofollow, follow and external links.

Nofollow Link Hunter란 무엇입니까?

Nofollow Link Hunter은(는) nofollowhunter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension highlights nofollow links on the current webpage and counts the number of nofollow, follow and external links."입니다.

확장 프로그램 스크린샷

screenshot

Nofollow Link Hunter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing the "Nofollow Link Hunter" Chrome Extension - the ultimate tool for identifying and analyzing nofollow links on any webpage. With our extension, you can easily identify nofollow links on any website and gain valuable insights into your website's link profile.

Our extension also counts follow and external links, so you can keep track of your website's link count and ensure you're not over-linking to other sites. The extension is lightweight and easy to use, with a user-friendly interface that makes it simple to analyze links on any webpage.

Whether you're a professional SEO specialist or a website owner looking to improve your website's search engine rankings, the "Nofollow Link Hunter" Chrome Extension is the perfect tool for you. Try it out today and take your link-building strategy to the next level!                    

확장 프로그램 기본 정보

이름 Nofollow Link Hunter Nofollow Link Hunter
ID odkmfljcligbdklmngedjpaolmcejcme
공식 URL https://chromewebstore.google.com/detail/nofollow-link-hunter/odkmfljcligbdklmngedjpaolmcejcme
설명 This extension highlights nofollow links on the current webpage and counts the number of nofollow, follow and external links.
파일 크기 46.87 KB
설치 횟수 43
현재 버전 0.0.1
최근 업데이트 2023-01-25
출시 날짜 2023-01-25
평점 5.00/5 총 4 개의 평점
개발자 nofollowhunter
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1Q1_DSDK6oiB7nVVVh8C_gZM5l3y5kZO2jDvnRYk-bgI/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nofollow Link Hunter",
    "version": "0.0.1",
    "description": "This extension highlights nofollow links on the current webpage and counts the number of nofollow, follow and external links.",
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "logo16.png",
            "32": "logo32.png",
            "48": "logo48.png",
            "64": "logo64.png",
            "96": "logo96.png",
            "128": "logo128.png"
        },
        "icons": {
            "16": "logo16.png",
            "32": "logo32.png",
            "48": "logo48.png",
            "64": "logo64.png",
            "96": "logo96.png",
            "128": "logo128.png"
        },
        "default_popup": "popup.html"
    }
}