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
Was ist Highlight H1 and nofollow, sponsored & ugc?
Highlight H1 and nofollow, sponsored & ugc ist eine Chrome-Erweiterung, die von https://www.mecagoenlos.com entwickelt wurde, und ihr Hauptmerkmal ist "Resalta etiquetas Hx con un borde de puntos rojos para el H1, verde H2. Resalta los enlazes con nofollow, sponsored y UGC".
Erweiterungsscreenshots
Highlight H1 and nofollow, sponsored & ugc-Erweiterungs-CRX-Datei herunterladen
Laden Sie Highlight H1 and nofollow, sponsored & ugc-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Highlight H1 and nofollow, sponsored & ugc |
ID | epeilkgahjcjejofdeoldibepgplgkji |
Offizielle URL | https://chromewebstore.google.com/detail/highlight-h1-and-nofollow/epeilkgahjcjejofdeoldibepgplgkji |
Beschreibung | Resalta etiquetas Hx con un borde de puntos rojos para el H1, verde H2. Resalta los enlazes con nofollow, sponsored y UGC |
Dateigröße | 28.41 KB |
Installationsanzahl | 778 |
Aktuelle Version | 3.3 |
Letztes Update | 2021-03-14 |
Veröffentlichungsdatum | 2019-07-05 |
Bewertung | 3.50/5 Insgesamt 6 Bewertungen |
Entwickler | https://www.mecagoenlos.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |