Link Detective

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

Was ist Link Detective?

Link Detective ist eine Chrome-Erweiterung, die von Mikkel Kelstrup entwickelt wurde, und ihr Hauptmerkmal ist "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

Erweiterungsscreenshots

screenshot

Link Detective-Erweiterungs-CRX-Datei herunterladen

Laden Sie Link Detective-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
Offizielle URL https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Beschreibung Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Dateigröße 43.23 KB
Installationsanzahl 224
Aktuelle Version 0.0.0.1
Letztes Update 2020-03-02
Veröffentlichungsdatum 2020-03-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Mikkel Kelstrup
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://online-insights.dk/
URL der Datenschutzrichtlinien-Seite https://online-insights.dk/fortrolighedspolitik
Unterstützte Sprachen 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
}