Notícias Zero Hora
Esta extensão mostra as notícias em destaque da Zero Hora.
What is Notícias Zero Hora?
Notícias Zero Hora is a Chrome extension developed by Bruno Fernandes, and its main feature is "Esta extensão mostra as notícias em destaque da Zero Hora.".
Extension Screenshots
Download Notícias Zero Hora Extension CRX File
Download Notícias Zero Hora 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
Extension Basic Information
Name | |
ID | lhfekgmdenoikdffhplckegagbfglfkc |
Official URL | https://chrome.google.com/webstore/detail/not%C3%ADcias-zero-hora/lhfekgmdenoikdffhplckegagbfglfkc |
Description | Esta extensão mostra as notícias em destaque da Zero Hora. |
File Size | 49.81 KB |
Installation Count | 104 |
Current Version | 1.0.1 |
Last Updated | 2016-05-05 |
Publish Date | 2016-05-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Bruno Fernandes |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Not\u00edcias Zero Hora", "version": "1.0.1", "description": "Esta extens\u00e3o mostra as not\u00edcias em destaque da Zero Hora.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Not\u00edcias Zero Hora", "default_popup": "extension.html" }, "permissions": [ "*:\/\/zh.clicrbs.com.br\/*" ] } |