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 |
官方網址 | 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" ] } } |