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.
Apa itu Radio Tram | Chrome App?
Radio Tram | Chrome App adalah ekstensi Chrome yang dikembangkan oleh https://www.radiotram.com, dan fitur utamanya adalah "Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME.".
Unduh Berkas CRX Ekstensi Radio Tram | Chrome App
Unduh file ekstensi Radio Tram | Chrome App dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
                                             Informasi Dasar Ekstensi
| Nama |   |  
| ID | ocefejhjmhjjaibjdkfddifmpnkajnfb | 
| URL Resmi | https://chromewebstore.google.com/detail/radio-tram-chrome-app/ocefejhjmhjjaibjdkfddifmpnkajnfb | 
| Deskripsi | Radio TRAM is a new bi-lingual (Arabic and English) Online Radio Station, established in Alexandria with a UNIQUE ALEXANDRIAN THEME. | 
| Ukuran File | 406 KB | 
| Jumlah Instalasi | 19 | 
| Versi Saat Ini | 1.0 | 
| Terakhir Diperbarui | 2012-12-02 | 
| Tanggal Publikasi | 2012-12-02 | 
| Penilaian | 4.00/5 Total 1 Penilaian | 
| Pengembang | https://www.radiotram.com | 
| Tipe Pembayaran | free | 
| Bahasa yang Didukung | 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'"
}  |  |