Link Detective

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

Hvad er Link Detective?

Link Detective er en Chrome-udvidelse udviklet af Mikkel Kelstrup, og dens hovedfunktion er "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

Udvidelsesskærmbilleder

screenshot

Download Link Detective-udvidelses-CRX-fil

Download Link Detective-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
Officiel URL https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Beskrivelse Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Filstørrelse 43.23 KB
Antal Installationer 224
Nuværende Version 0.0.0.1
Senest Opdateret 2020-03-02
Udgivelsesdato 2020-03-02
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Mikkel Kelstrup
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://online-insights.dk/
URL til Fortrolighedspolitik Side https://online-insights.dk/fortrolighedspolitik
Understøttede Sprog 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
}