Webrádio Maranatha

Boas Notícias no Ar!

Wat is Webrádio Maranatha?

Webrádio Maranatha is een Chrome-extensie ontwikkeld door https://wgospel.com, en de belangrijkste functie is "Boas Notícias no Ar!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Webrádio Maranatha

Download Webrádio Maranatha-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Webradio Maranatha - Boas Notícias no Ar. Programação 24 Horas com o melhor do Flashback Gospel.  Locução: Amilton Menezes. Wgospel.com                    

Basisinformatie over de Extensie

Naam Webrádio Maranatha Webrádio Maranatha
ID fbmkojkfeppphhpbjpdnhldldkjkgagi
Officiële URL https://chromewebstore.google.com/detail/webr%C3%A1dio-maranatha/fbmkojkfeppphhpbjpdnhldldkjkgagi
Beschrijving Boas Notícias no Ar!
Bestandsgrootte 778 KB
Aantal Installaties 218
Huidige Versie 2.0.0
Laatst Bijgewerkt 2022-03-09
Publicatiedatum 2020-06-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://wgospel.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://webradio.wgospel.com
Help Pagina-URL https://webradio.wgospel.com
URL van de Privacybeleid Pagina https://ideal7.com.br/politica.html
Ondersteunde Talen 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
}