Galgalatz - play it live - מוזיקה זה גלגלצ
Listen to the radio station and get song updates
什么是Galgalatz - play it live - מוזיקה זה גלגלצ?
Galgalatz - play it live - מוזיקה זה גלגלצ是由mikiziso1开发的Chrome扩展程序,该扩展的主要功能是“Listen to the radio station and get song updates”。
扩展截图
下载Galgalatz - play it live - מוזיקה זה גלגלצ扩展crx文件
下载Galgalatz - play it live - מוזיקה זה גלגלצ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
עכשיו אפשר בקלות ובנוחת
לשמוע את שידורי רדיו גלגלצ ועוד לקבל התראות
של השירים המתנגנים
תבלו!
Listen to GalGalatz and get update for current and next song 扩展基本信息
| 名称 | |
| ID | iajclipdhicfdjbfffmgepcbipoacmfh |
| 官方URL | https://chromewebstore.google.com/detail/galgalatz-play-it-live-%D7%9E%D7%95/iajclipdhicfdjbfffmgepcbipoacmfh |
| 简介 | Listen to the radio station and get song updates |
| 文件大小 | 28.09 KB |
| 安装次数 | 780 |
| 当前版本 | 0.3 |
| 更新时间 | 2017-12-11 |
| 上架时间 | 2017-12-10 |
| 评分 | 5.00/5 共11次评分 |
| 开发者 | mikiziso1 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://spotify-israel.co.il/ |
| 支持的语言 | 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"
} | |