Link Detective

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

Cos'è Link Detective?

Link Detective è un'estensione di Chrome sviluppata da Mikkel Kelstrup, e la sua funzione principale è "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Link Detective

Scarica i file di estensione Link Detective in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
URL Ufficiale https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Descrizione Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Dimensione del File 43.23 KB
Conteggio Installazioni 224
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2020-03-02
Data di Pubblicazione 2020-03-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Mikkel Kelstrup
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://online-insights.dk/
URL della Pagina della Politica sulla Privacy https://online-insights.dk/fortrolighedspolitik
Lingue Supportate 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
}