Link Detective

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

Co je Link Detective?

Link Detective je rozšíření Chrome vyvinuté Mikkel Kelstrup, a jeho hlavní funkcí je „Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Link Detective

Stáhněte si soubory rozšíření Link Detective ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
Oficiální URL https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Popis Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Velikost souboru 43.23 KB
Počet instalací 224
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2020-03-02
Datum Vydání 2020-03-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Mikkel Kelstrup
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://online-insights.dk/
URL Stránky Zásad Ochrany Soukromí https://online-insights.dk/fortrolighedspolitik
Podporované Jazyky 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
}