Link Detective

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

O que é Link Detective?

Link Detective é uma extensão do Chrome desenvolvida por Mikkel Kelstrup, e sua principal característica é "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Link Detective

Baixe arquivos de extensão Link Detective no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
URL Oficial https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Descrição Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Tamanho do Arquivo 43.23 KB
Contagem de Instalações 224
Versão Atual 0.0.0.1
Última Atualização 2020-03-02
Data de Publicação 2020-03-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Mikkel Kelstrup
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://online-insights.dk/
URL da Página de Política de Privacidade https://online-insights.dk/fortrolighedspolitik
Idiomas Suportados 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
}