Globo Sem Besteirol
Essa extensão remove todo conteúdo denominado Entretenimento do Portal da Globo.com
What is Globo Sem Besteirol?
Globo Sem Besteirol is a Chrome extension developed by renanleandrof, and its main feature is "Essa extensão remove todo conteúdo denominado Entretenimento do Portal da Globo.com".
Extension Screenshots
Download Globo Sem Besteirol Extension CRX File
Download Globo Sem Besteirol 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
Cansou da pornografia na home page da Globo.com? Cansou do besteirol do BBB quando você quer ver apenas notícias? Quer remover esse e outros conteúdos inapropriados ou inúteis quando você acessar a globo.com? Problema resolvido!
Extension Basic Information
Name | Globo Sem Besteirol |
ID | iajpenjgdicpeeoemaeeeefolahoblgg |
Official URL | https://chromewebstore.google.com/detail/globo-sem-besteirol/iajpenjgdicpeeoemaeeeefolahoblgg |
Description | Essa extensão remove todo conteúdo denominado Entretenimento do Portal da Globo.com |
File Size | 70.02 KB |
Installation Count | 127 |
Current Version | 3.2 |
Last Updated | 2021-02-04 |
Publish Date | 2018-02-01 |
Rating | 4.86/5 Total 7 Ratings |
Developer | renanleandrof |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.freeprivacypolicy.com/live/0289596f-33bf-4a8d-9155-2fc2bf4d5cda |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Globo Sem Besteirol", "description": "Essa extens\u00e3o remove todo conte\u00fado denominado Entretenimento do Portal da Globo.com", "version": "3.2", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*.globo.com\/*", "https:\/\/*.globo.com\/*" ], "css": [ "globo-sem-besteirol.css" ], "js": [ "jquery-1.9.0.min.js", "contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "page_action": { "default_icon": { "38": "images\/antiglobo.png" }, "default_title": "Globo sem Besteirol" }, "permissions": [ "tabs" ] } |