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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nofollowhunter, και η κύρια λειτουργία του είναι "This extension highlights nofollow links on the current webpage and counts the number of nofollow, follow and external links.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Nofollow Link Hunter

Λήψη αρχείων επέκτασης Nofollow Link Hunter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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