Ethiopian FM Radio
Listen online to Ethiopia radio stations
Wat is Ethiopian FM Radio?
Ethiopian FM Radio is een Chrome-extensie ontwikkeld door Fasil Minale, en de belangrijkste functie is "Listen online to Ethiopia radio stations".
Extensie Screenshots
Download het CRX-bestand van de extensie Ethiopian FM Radio
Download Ethiopian FM Radio-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
Quick launch Ethiopian Radio Basisinformatie over de Extensie
| Naam | |
| ID | ndcogkbbdjggnbnpbienpbhmnlgdanke |
| Officiële URL | https://chromewebstore.google.com/detail/ethiopian-fm-radio/ndcogkbbdjggnbnpbienpbhmnlgdanke |
| Beschrijving | Listen online to Ethiopia radio stations |
| Bestandsgrootte | 72.69 KB |
| Aantal Installaties | 196 |
| Huidige Versie | 2.0.0 |
| Laatst Bijgewerkt | 2020-11-23 |
| Publicatiedatum | 2020-05-02 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Fasil Minale |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://etwebfm.com |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ethiopian FM Radio",
"author": "Fasil Minale",
"version": "2.0.0",
"description": "Listen online to Ethiopia radio stations",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"browser_action": {
"default_icon": "logo128.png",
"default_title": "Ethiopian FM Radio"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |