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

What is Highlight H1 and nofollow, sponsored & ugc?

Highlight H1 and nofollow, sponsored & ugc is a Chrome extension developed by https://www.mecagoenlos.com, and its main feature is "Resalta etiquetas Hx con un borde de puntos rojos para el H1, verde H2. Resalta los enlazes con nofollow, sponsored y UGC".

Extension Screenshots

screenshot

Download Highlight H1 and nofollow, sponsored & ugc Extension CRX File

Download Highlight H1 and nofollow, sponsored & ugc 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

                        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                    

Extension Basic Information

Name Highlight H1 and nofollow, sponsored & ugc Highlight H1 and nofollow, sponsored & ugc
ID epeilkgahjcjejofdeoldibepgplgkji
Official URL https://chromewebstore.google.com/detail/highlight-h1-and-nofollow/epeilkgahjcjejofdeoldibepgplgkji
Description Resalta etiquetas Hx con un borde de puntos rojos para el H1, verde H2. Resalta los enlazes con nofollow, sponsored y UGC
File Size 28.41 KB
Installation Count 778
Current Version 3.3
Last Updated 2021-03-14
Publish Date 2019-07-05
Rating 3.50/5 Total 6 Ratings
Developer https://www.mecagoenlos.com
Email [email protected]
Payment Type free
Supported Languages 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
}