Webrádio Maranatha

Boas Notícias no Ar!

Hvad er Webrádio Maranatha?

Webrádio Maranatha er en Chrome-udvidelse udviklet af https://wgospel.com, og dens hovedfunktion er "Boas Notícias no Ar!".

Udvidelsesskærmbilleder

screenshot

Download Webrádio Maranatha-udvidelses-CRX-fil

Download Webrádio Maranatha-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Webrádio Maranatha Webrádio Maranatha
ID fbmkojkfeppphhpbjpdnhldldkjkgagi
Officiel URL https://chromewebstore.google.com/detail/webr%C3%A1dio-maranatha/fbmkojkfeppphhpbjpdnhldldkjkgagi
Beskrivelse Boas Notícias no Ar!
Filstørrelse 778 KB
Antal Installationer 218
Nuværende Version 2.0.0
Senest Opdateret 2022-03-09
Udgivelsesdato 2020-06-26
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://wgospel.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://webradio.wgospel.com
Hjælpeside-URL https://webradio.wgospel.com
URL til Fortrolighedspolitik Side https://ideal7.com.br/politica.html
Understøttede Sprog 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
}