Remover Conteúdo GShow da Globo

Remover Conteúdo GShow da Globo

Remove todo conteúdo do GShow da página inicial da globo, incluindo Big Brother, novelas, noticias sobre celebridades, entre outros

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Remover Conteúdo GShow da Globo",
  "description": "Remove todo conteúdo do GShow da página inicial da globo, incluindo Big Brother, novelas, noticias sobre celebridades, entre outros",
  "version": "2.4",
  "content_scripts": [
    {
      "matches": [
        "https://www.globo.com/*"
      ],
      "js": [
        "remove_entertainment.js"
      ]
    }
  ]
}