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.
What is Radio Tram | Chrome App?
Radio Tram | Chrome App is a Chrome extension developed by https://www.radiotram.com, and its main feature is "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 Extension CRX File
Download Radio Tram | Chrome App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Radio Tram | Chrome App |
ID | ocefejhjmhjjaibjdkfddifmpnkajnfb |
Official URL | https://chromewebstore.google.com/detail/radio-tram-chrome-app/ocefejhjmhjjaibjdkfddifmpnkajnfb |
Description | Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME. |
File Size | 406 KB |
Installation Count | 19 |
Current Version | 1.0 |
Last Updated | 2012-12-02 |
Publish Date | 2012-12-02 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://www.radiotram.com |
Payment Type | free |
Supported Languages | 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'" } |