Highlight H1 and nofollow, sponsored & ugc

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

Merlin
Additional files are visible only to premium users

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": {
    "16": "icon16-2-1.png",
    "48": "icon48-2-1.png",
    "128": "icon128-2-1.png"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2
}