Link Detective

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

¿Qué es Link Detective?

Link Detective es una extensión de Chrome desarrollada por Mikkel Kelstrup, y su función principal es "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Link Detective

Descarga archivos de extensión Link Detective en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
URL Oficial https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Descripción Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Tamaño del Archivo 43.23 KB
Cantidad de Instalaciones 224
Versión Actual 0.0.0.1
Última Actualización 2020-03-02
Fecha de Publicación 2020-03-02
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Mikkel Kelstrup
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://online-insights.dk/
URL de la Página de Política de Privacidad https://online-insights.dk/fortrolighedspolitik
Idiomas Soportados 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
}