Webrádio Maranatha
Boas Notícias no Ar!
What is Webrádio Maranatha?
Webrádio Maranatha is a Chrome extension developed by https://wgospel.com, and its main feature is "Boas Notícias no Ar!".
Extension Screenshots
Download Webrádio Maranatha Extension CRX File
Download Webrádio Maranatha 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
Webradio Maranatha - Boas Notícias no Ar. Programação 24 Horas com o melhor do Flashback Gospel. Locução: Amilton Menezes. Wgospel.com
Extension Basic Information
Name | |
ID | fbmkojkfeppphhpbjpdnhldldkjkgagi |
Official URL | https://chromewebstore.google.com/detail/webr%C3%A1dio-maranatha/fbmkojkfeppphhpbjpdnhldldkjkgagi |
Description | Boas Notícias no Ar! |
File Size | 778 KB |
Installation Count | 218 |
Current Version | 2.0.0 |
Last Updated | 2022-03-09 |
Publish Date | 2020-06-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://wgospel.com |
[email protected] | |
Payment Type | free |
Extension Website | https://webradio.wgospel.com |
Help Page URL | https://webradio.wgospel.com |
Privacy Policy Page URL | https://ideal7.com.br/politica.html |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Webr\u00e1dio Maranatha", "version": "2.0.0", "description": "Boas Not\u00edcias no Ar!", "permissions": [ "storage" ], "background": { "scripts": [ "background.js", "dist\/jquery.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logobarra.png", "24": "images\/webr.png", "48": "images\/webr.png", "128": "images\/webr.png" } }, "options_page": "options.html", "icons": { "16": "images\/webr.png", "24": "images\/webr.png", "48": "images\/webr.png", "128": "images\/webr.png" }, "manifest_version": 2 } |