Christmas Radio Club
Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club
Vad är Christmas Radio Club?
Christmas Radio Club är en Chrome-tillägg utvecklad av toxic, och dess huvudfunktion är "Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club".
Tilläggsskärmbilder
Ladda ner Christmas Radio Club-förlängningens CRX-fil
Ladda ner Christmas Radio Club-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | emcnkdfnndcpmdhbkdocelpbbopnpnoe |
Officiell webbadress | https://chrome.google.com/webstore/detail/christmas-radio-club/emcnkdfnndcpmdhbkdocelpbbopnpnoe |
Beskrivning | Christmas songs, 24hrs per day, 7 days per week at http://christmasradio.club |
Filstorlek | 9.15 KB |
Antal Installationer | 45 |
Aktuell Version | 2.0.2 |
Senast Uppdaterad | 2019-04-15 |
Publiceringsdatum | 2019-04-15 |
Utvecklare | toxic |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://christmasradio.club |
Hjälpsida URL | https://www.facebook.com/ChristmasRadioClub |
Stödda Språk | 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" ] } } |