Ethiopian FM Radio
Listen online to Ethiopia radio stations
What is Ethiopian FM Radio?
Ethiopian FM Radio is a Chrome extension developed by Fasil Minale, and its main feature is "Listen online to Ethiopia radio stations".
Extension Screenshots
Download Ethiopian FM Radio Extension CRX File
Download Ethiopian FM Radio 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
Quick launch Ethiopian Radio
Extension Basic Information
Name | Ethiopian FM Radio |
ID | ndcogkbbdjggnbnpbienpbhmnlgdanke |
Official URL | https://chromewebstore.google.com/detail/ethiopian-fm-radio/ndcogkbbdjggnbnpbienpbhmnlgdanke |
Description | Listen online to Ethiopia radio stations |
File Size | 72.69 KB |
Installation Count | 196 |
Current Version | 2.0.0 |
Last Updated | 2020-11-23 |
Publish Date | 2020-05-02 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Fasil Minale |
[email protected] | |
Payment Type | free |
Extension Website | https://etwebfm.com |
Supported Languages | 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 } } |