Christmas Radio Club
Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club
什么是Christmas Radio Club?
Christmas Radio Club是由toxic开发的Chrome扩展程序,该扩展的主要功能是“Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club”。
扩展截图
下载Christmas Radio Club扩展crx文件
下载Christmas Radio Club扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Christmas Radio Club Version 2.0.2 A simple and compact popup player for Christmas songs, 24hrs per day, 7 days per week. Online station http://christmasradio.club Contact us online at: WEB: > http://christmasradio.club Facebook: https://www.facebook.com/christmasradioclub Twitter: https://twitter.com/ChristmasRadioC Many Thanks. Santa :D
扩展基本信息
名称 | |
ID | emcnkdfnndcpmdhbkdocelpbbopnpnoe |
官方URL | https://chrome.google.com/webstore/detail/christmas-radio-club/emcnkdfnndcpmdhbkdocelpbbopnpnoe |
简介 | Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club |
文件大小 | 9.15 KB |
安装次数 | 45 |
当前版本 | 2.0.2 |
更新时间 | 2019-04-15 |
上架时间 | 2019-04-15 |
开发者 | toxic |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://christmasradio.club |
帮助页面URL | https://www.facebook.com/ChristmasRadioClub |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Christmas Radio Club", "version": "2.0.2", "manifest_version": 2, "description": "Christmas songs, 24hrs per day, 7 days per week at http:\/\/christmasradio.club", "homepage_url": "http:\/\/christmasradio.club", "browser_action": { "default_icon": "icon.png", "default_title": "Christmas songs, 24hrs per day, 7 days per week at http:\/\/christmasradio.club" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |