Ouro Verde FM
Ouro Verde FM
What is Ouro Verde FM?
Ouro Verde FM is a Chrome extension developed by Fábrica Host, and its main feature is "Ouro Verde FM".
Extension Screenshots
Download Ouro Verde FM Extension CRX File
Download Ouro Verde FM 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
Acompanhe a programação da Rádio Ouro Verde FM sem sair de seu facebook.
Extension Basic Information
Name | |
ID | jegbfanlbjeneinihloejfgcbcgogopd |
Official URL | https://chromewebstore.google.com/detail/ouro-verde-fm/jegbfanlbjeneinihloejfgcbcgogopd |
Description | Ouro Verde FM |
File Size | 33.17 KB |
Installation Count | 26 |
Current Version | 1.1 |
Last Updated | 2015-10-07 |
Publish Date | 2015-10-07 |
Developer | Fábrica Host |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ouro Verde FM", "version": "1.1", "description": "Ouro Verde FM", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon-19.png", "default_title": "Ouro Verde FM" }, "permissions": [ "tabs" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/*" ], "js": [ "inject.js" ] } ], "manifest_version": 2 } |