Radio Tram | Chrome App
Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME.
什麼是Radio Tram | Chrome App?
Radio Tram | Chrome App是由https://www.radiotram.com開發的Chrome擴展程式,該擴展的主要功能是“Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME.”。
下載Radio Tram | Chrome App擴展crx文件
下載Radio Tram | Chrome App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | ocefejhjmhjjaibjdkfddifmpnkajnfb |
| 官方網址 | https://chromewebstore.google.com/detail/radio-tram-chrome-app/ocefejhjmhjjaibjdkfddifmpnkajnfb |
| 簡介 | Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME. |
| 檔案大小 | 406 KB |
| 安裝次數 | 19 |
| 目前版本 | 1.0 |
| 更新時間 | 2012-12-02 |
| 上架時間 | 2012-12-02 |
| 評分 | 4.00/5 共 1 次評分 |
| 開發者 | https://www.radiotram.com |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Radio Tram | Chrome App",
"version": "1.0",
"manifest_version": 2,
"description": "Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME.",
"browser_action": {
"default_icon": "imgs\/icon_128.png",
"default_title": "Radio Tram",
"default_popup": "player.html"
},
"chrome_url_overrides": {
"newtab": "app.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.google.com\/*",
"https:\/\/www.google.com\/*"
],
"css": [
"reset.css",
"style.css"
],
"js": [
"jquery.js",
"script.js"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |