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.
Hvad er Radio Tram | Chrome App?
Radio Tram | Chrome App er en Chrome-udvidelse udviklet af https://www.radiotram.com, og dens hovedfunktion er "Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME.".
Download Radio Tram | Chrome App-udvidelses-CRX-fil
Download Radio Tram | Chrome App-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Radio Tram | Chrome App |
ID | ocefejhjmhjjaibjdkfddifmpnkajnfb |
Officiel URL | https://chromewebstore.google.com/detail/radio-tram-chrome-app/ocefejhjmhjjaibjdkfddifmpnkajnfb |
Beskrivelse | Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME. |
Filstørrelse | 406 KB |
Antal Installationer | 19 |
Nuværende Version | 1.0 |
Senest Opdateret | 2012-12-02 |
Udgivelsesdato | 2012-12-02 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | https://www.radiotram.com |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |