Highlight H1 and nofollow, sponsored & ugc

Resalta etiquetas Hx con un borde de puntos rojos para el H1, verde H2. Resalta los enlazes con nofollow, sponsored y UGC

Cos'è Highlight H1 and nofollow, sponsored & ugc?

Highlight H1 and nofollow, sponsored & ugc è un'estensione di Chrome sviluppata da https://www.mecagoenlos.com, e la sua funzione principale è "Resalta etiquetas Hx con un borde de puntos rojos para el H1, verde H2. Resalta los enlazes con nofollow, sponsored y UGC".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Highlight H1 and nofollow, sponsored & ugc

Scarica i file di estensione Highlight H1 and nofollow, sponsored & ugc in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Resalta etiquetas H1, H2 y H3 rojo H1. verde para H2 y azul para H3. 

Resalta etiquetas Hx con un borde de puntos rojos para el H1, verde H2. Resalta los enlazes con nofollow, sponsored y UGC                    

Informazioni di Base sull'Estensione

Nome Highlight H1 and nofollow, sponsored & ugc Highlight H1 and nofollow, sponsored & ugc
ID epeilkgahjcjejofdeoldibepgplgkji
URL Ufficiale https://chromewebstore.google.com/detail/highlight-h1-and-nofollow/epeilkgahjcjejofdeoldibepgplgkji
Descrizione Resalta etiquetas Hx con un borde de puntos rojos para el H1, verde H2. Resalta los enlazes con nofollow, sponsored y UGC
Dimensione del File 28.41 KB
Conteggio Installazioni 778
Versione Corrente 3.3
Ultimo Aggiornamento 2021-03-14
Data di Pubblicazione 2019-07-05
Valutazione 3.50/5 Totale 6 Valutazioni
Sviluppatore https://www.mecagoenlos.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate es
manifest.json
{
    "name": "Highlight H1 and nofollow, sponsored & ugc",
    "version": "3.3",
    "description": "Resalta etiquetas Hx con un borde de puntos rojos para el H1, verde H2. Resalta los enlazes con nofollow, sponsored y UGC",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128-2-1.png",
        "16": "icon16-2-1.png",
        "48": "icon48-2-1.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}