Christmas Radio Club
Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club
What is Christmas Radio Club?
Christmas Radio Club is a Chrome extension developed by toxic, and its main feature is "Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club".
Extension Screenshots
Download Christmas Radio Club Extension CRX File
Download Christmas Radio Club extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | emcnkdfnndcpmdhbkdocelpbbopnpnoe |
Official URL | https://chrome.google.com/webstore/detail/christmas-radio-club/emcnkdfnndcpmdhbkdocelpbbopnpnoe |
Description | Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club |
File Size | 9.15 KB |
Installation Count | 45 |
Current Version | 2.0.2 |
Last Updated | 2019-04-15 |
Publish Date | 2019-04-15 |
Developer | toxic |
[email protected] | |
Payment Type | free |
Extension Website | http://christmasradio.club |
Help Page URL | https://www.facebook.com/ChristmasRadioClub |
Supported Languages | 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" ] } } |