Link Detective

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

Vad är Link Detective?

Link Detective är en Chrome-tillägg utvecklad av Mikkel Kelstrup, och dess huvudfunktion är "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

Tilläggsskärmbilder

screenshot

Ladda ner Link Detective-förlängningens CRX-fil

Ladda ner Link Detective-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
Officiell webbadress https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Beskrivning Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Filstorlek 43.23 KB
Antal Installationer 224
Aktuell Version 0.0.0.1
Senast Uppdaterad 2020-03-02
Publiceringsdatum 2020-03-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Mikkel Kelstrup
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://online-insights.dk/
URL till Sekretesspolicy Sidan https://online-insights.dk/fortrolighedspolitik
Stödda Språk 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
}