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.
Vad är Radio Tram | Chrome App?
Radio Tram | Chrome App är en Chrome-tillägg utvecklad av https://www.radiotram.com, och dess huvudfunktion är "Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME.".
Ladda ner Radio Tram | Chrome App-förlängningens CRX-fil
Ladda ner Radio Tram | Chrome App-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
Grundläggande Information om Tillägg
| Namn | |
| ID | ocefejhjmhjjaibjdkfddifmpnkajnfb |
| Officiell webbadress | https://chromewebstore.google.com/detail/radio-tram-chrome-app/ocefejhjmhjjaibjdkfddifmpnkajnfb |
| Beskrivning | Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME. |
| Filstorlek | 406 KB |
| Antal Installationer | 19 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2012-12-02 |
| Publiceringsdatum | 2012-12-02 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | https://www.radiotram.com |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |