Galgalatz - play it live - מוזיקה זה גלגלצ

Listen to the radio station and get song updates

O que é Galgalatz - play it live - מוזיקה זה גלגלצ?

Galgalatz - play it live - מוזיקה זה גלגלצ é uma extensão do Chrome desenvolvida por mikiziso1, e sua principal característica é "Listen to the radio station and get song updates".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Galgalatz - play it live - מוזיקה זה גלגלצ

Baixe arquivos de extensão Galgalatz - play it live - מוזיקה זה גלגלצ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        עכשיו אפשר בקלות ובנוחת 
לשמוע את שידורי רדיו גלגלצ ועוד לקבל התראות 
של השירים המתנגנים
תבלו!

Listen to GalGalatz and get update for current and next song                    

Informações Básicas da Extensão

Nome Galgalatz - play it live - מוזיקה זה גלגלצ Galgalatz - play it live - מוזיקה זה גלגלצ
ID iajclipdhicfdjbfffmgepcbipoacmfh
URL Oficial https://chromewebstore.google.com/detail/galgalatz-play-it-live-%D7%9E%D7%95/iajclipdhicfdjbfffmgepcbipoacmfh
Descrição Listen to the radio station and get song updates
Tamanho do Arquivo 28.09 KB
Contagem de Instalações 780
Versão Atual 0.3
Última Atualização 2017-12-11
Data de Publicação 2017-12-10
Classificação 5.00/5 Total de 11 Avaliações
Desenvolvedor mikiziso1
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://spotify-israel.co.il/
Idiomas Suportados iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Galgalatz - play it live - \u05de\u05d5\u05d6\u05d9\u05e7\u05d4 \u05d6\u05d4 \u05d2\u05dc\u05d2\u05dc\u05e6",
    "short_name": "\u05e9\u05d9\u05d3\u05d5\u05e8 \u05d7\u05d9 \u05d1\u05d2\u05dc\u05d2\u05dc\u05e6",
    "icons": {
        "128": "icon.png"
    },
    "description": "Listen to the radio station and get song updates",
    "version": "0.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/glz.co.il\/"
    ],
    "author": "Miki Ziso , Shlomy Nahum"
}