Link Detective

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

Co to jest Link Detective?

Link Detective to rozszerzenie Chrome opracowane przez Mikkel Kelstrup, a jego główną funkcją jest „Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Link Detective

Pobierz pliki rozszerzeń Link Detective w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
Oficjalny URL https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Opis Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Rozmiar pliku 43.23 KB
Liczba instalacji 224
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2020-03-02
Data Publikacji 2020-03-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Mikkel Kelstrup
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://online-insights.dk/
Adres URL Strony Polityki Prywatności https://online-insights.dk/fortrolighedspolitik
Obsługiwane Języki 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
}