Link Detective

Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings

Τι είναι το Link Detective;

Το Link Detective είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mikkel Kelstrup, και η κύρια λειτουργία του είναι "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

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

screenshot

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

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

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

                        Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
Επίσημο URL https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Περιγραφή Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Μέγεθος Αρχείου 43.23 KB
Αριθμός Εγκαταστάσεων 224
Τρέχουσα Έκδοση 0.0.0.1
Τελευταία Ενημέρωση 2020-03-02
Ημερομηνία Δημοσίευσης 2020-03-02
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Mikkel Kelstrup
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://online-insights.dk/
URL της Σελίδας Πολιτικής Απορρήτου https://online-insights.dk/fortrolighedspolitik
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Detective",
    "version": "0.0.0.1",
    "description": "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "run.js"
            ],
            "css": [
                "linkfringe.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}