Link Detective

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

Qu'est-ce que Link Detective ?

Link Detective est une extension Chrome développée par Mikkel Kelstrup, et sa fonction principale est "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Link Detective

Téléchargez les fichiers d'extension Link Detective au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
URL Officiel 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
Taille du Fichier 43.23 KB
Nombre d'Installations 224
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2020-03-02
Date de Publication 2020-03-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Mikkel Kelstrup
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://online-insights.dk/
URL de la Page de Politique de Confidentialité https://online-insights.dk/fortrolighedspolitik
Langues Prises en Charge 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
}