Ethiopian FM Radio

Listen online to Ethiopia radio stations

Ethiopian FM Radioとは何ですか?

Ethiopian FM RadioはFasil Minaleによって開発されたChromeの拡張機能で、その主な機能は「Listen online to Ethiopia radio stations」です。

拡張機能のスクリーンショット

screenshot
screenshot

Ethiopian FM Radio拡張機能のCRXファイルをダウンロード

Ethiopian FM Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quick launch Ethiopian Radio                    

拡張機能の基本情報

名前 Ethiopian FM Radio Ethiopian FM Radio
ID ndcogkbbdjggnbnpbienpbhmnlgdanke
公式URL https://chromewebstore.google.com/detail/ethiopian-fm-radio/ndcogkbbdjggnbnpbienpbhmnlgdanke
説明 Listen online to Ethiopia radio stations
ファイルサイズ 72.69 KB
インストール数 196
現在のバージョン 2.0.0
最終更新日 2020-11-23
公開日 2020-05-02
評価 4.67/5 合計 3 レビュー
開発者 Fasil Minale
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://etwebfm.com
対応言語 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
    }
}