Link Detective

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

Wat is Link Detective?

Link Detective is een Chrome-extensie ontwikkeld door Mikkel Kelstrup, en de belangrijkste functie is "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Link Detective

Download Link Detective-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
Officiële URL https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Beschrijving Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Bestandsgrootte 43.23 KB
Aantal Installaties 224
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2020-03-02
Publicatiedatum 2020-03-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Mikkel Kelstrup
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://online-insights.dk/
URL van de Privacybeleid Pagina https://online-insights.dk/fortrolighedspolitik
Ondersteunde Talen 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
}