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

What is Remover Conteúdo GShow da Globo?

Remover Conteúdo GShow da Globo is a Chrome extension developed by iagowp, and its main feature is "Remove todo conteúdo do GShow da página inicial da globo, incluindo Big Brother, novelas, noticias sobre celebridades, entre outros".

Extension Screenshots

screenshot

Download Remover Conteúdo GShow da Globo Extension CRX File

Download Remover Conteúdo GShow da Globo 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

                        Essa extensão esconde todo conteúdo do GShow da página inicial da globo, incluindo Big Brother, novelas, noticias sobre celebridades, entre outros. Você deve usar essa extensão se prefere não ver esse tipo de notícias, frequentemente clickbaits, ao visitar o site de noitícias globo.com                    

Extension Basic Information

Name Remover Conteúdo GShow da Globo Remover Conteúdo GShow da Globo
ID hmjjaolcfgfjgikgmcidmlceclfpbbgf
Official URL https://chromewebstore.google.com/detail/remover-conte%C3%BAdo-gshow-da/hmjjaolcfgfjgikgmcidmlceclfpbbgf
Description Remove todo conteúdo do GShow da página inicial da globo, incluindo Big Brother, novelas, noticias sobre celebridades, entre outros
File Size 6.47 KB
Installation Count 23
Current Version 2.4
Last Updated 2021-11-12
Publish Date 2021-02-05
Rating 5.00/5 Total 1 Ratings
Developer iagowp
Email [email protected]
Payment Type free
Extension Website https://github.com/iagowp/gshow_blocker
Help Page URL https://github.com/iagowp/gshow_blocker/issues
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remover Conte\u00fado GShow da Globo",
    "description": "Remove todo conte\u00fado do GShow da p\u00e1gina 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"
            ]
        }
    ]
}