Nofollow Trio

Highlights Nofollow, UGC, Sponsored links on webpages

Qu'est-ce que Nofollow Trio ?

Nofollow Trio est une extension Chrome développée par https://jonhogg.com, et sa fonction principale est "Highlights Nofollow, UGC, Sponsored links on webpages".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Nofollow Trio

Téléchargez les fichiers d'extension Nofollow Trio 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

                        The best Chrome extension to highlight rel="sponsored", rel="ugc", and rel="nofollow" links.

★ The essential SEO tool
★ Supports Nofollow and new UGC and Sponsored link attributes
★ Understand if links on pages pass SEO value
★ Hover mouse over a link to find out if it's Nofollow, UGC or Sponsored                    

Informations de Base sur l'Extension

Nom Nofollow Trio Nofollow Trio
ID igifknkjgnajeomkhilgffgifbmbceea
URL Officiel https://chromewebstore.google.com/detail/nofollow-trio/igifknkjgnajeomkhilgffgifbmbceea
Description Highlights Nofollow, UGC, Sponsored links on webpages
Taille du Fichier 16.06 KB
Nombre d'Installations 101
Version Actuelle 1.3
Dernière Mise à Jour 2020-02-20
Date de Publication 2020-02-19
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://jonhogg.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nofollow Trio",
    "version": "1.3",
    "description": "Highlights Nofollow, UGC, Sponsored links on webpages",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128_default.png"
    },
    "browser_action": {
        "default_title": "Nofollow Trio"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}