Link Detective

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

What is Link Detective?

Link Detective is a Chrome extension developed by Mikkel Kelstrup, and its main feature is "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

Extension Screenshots

screenshot

Download Link Detective Extension CRX File

Download Link Detective extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
Official URL https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Description Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
File Size 43.23 KB
Installation Count 224
Current Version 0.0.0.1
Last Updated 2020-03-02
Publish Date 2020-03-02
Rating 5.00/5 Total 1 Ratings
Developer Mikkel Kelstrup
Email [email protected]
Payment Type free
Extension Website https://online-insights.dk/
Privacy Policy Page URL https://online-insights.dk/fortrolighedspolitik
Supported Languages 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
}