Nofollow Trio

Highlights Nofollow, UGC, Sponsored links on webpages

Wat is Nofollow Trio?

Nofollow Trio is een Chrome-extensie ontwikkeld door https://jonhogg.com, en de belangrijkste functie is "Highlights Nofollow, UGC, Sponsored links on webpages".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nofollow Trio

Download Nofollow Trio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Nofollow Trio Nofollow Trio
ID igifknkjgnajeomkhilgffgifbmbceea
Officiële URL https://chromewebstore.google.com/detail/nofollow-trio/igifknkjgnajeomkhilgffgifbmbceea
Beschrijving Highlights Nofollow, UGC, Sponsored links on webpages
Bestandsgrootte 16.06 KB
Aantal Installaties 101
Huidige Versie 1.3
Laatst Bijgewerkt 2020-02-20
Publicatiedatum 2020-02-19
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://jonhogg.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}