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.
Wat is Radio Tram | Chrome App?
Radio Tram | Chrome App is een Chrome-extensie ontwikkeld door https://www.radiotram.com, en de belangrijkste functie is "Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME.".
Download het CRX-bestand van de extensie Radio Tram | Chrome App
Download Radio Tram | Chrome App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | ocefejhjmhjjaibjdkfddifmpnkajnfb |
| Officiële URL | https://chromewebstore.google.com/detail/radio-tram-chrome-app/ocefejhjmhjjaibjdkfddifmpnkajnfb |
| Beschrijving | Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME. |
| Bestandsgrootte | 406 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2012-12-02 |
| Publicatiedatum | 2012-12-02 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://www.radiotram.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |