Quran Station

Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily

Quran Stationとは何ですか?

Quran StationはMohamed Abusreaによって開発されたChromeの拡張機能で、その主な機能は「Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily」です。

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

screenshot
screenshot
screenshot
screenshot

Quran Station拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Quran-Station has over 100 stations to help you listen to the Quran from your favorite reciters in a quick and easy way.

✨Features ✨:
• +100 Quran station of popular reciters 📻
• Station for "Takberat al-Eid" 🤩
• It's is very light and fast ⚡️
• Your selected station will be saved and ready to be played again 📝
• Your options will be synced across all chrome browsers with the same google account 🪢                    

拡張機能の基本情報

名前 Quran Station Quran Station
ID angdimijeelplemmdnedhnjidadfphom
公式URL https://chromewebstore.google.com/detail/quran-station/angdimijeelplemmdnedhnjidadfphom
説明 Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily
ファイルサイズ 87.41 KB
インストール数 8,374
現在のバージョン 0.7.2
最終更新日 2023-01-31
公開日 2021-07-19
評価 5.00/5 合計 202 レビュー
開発者 Mohamed Abusrea
Eメール [email protected]
支払い方法 free
対応言語 ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quran Station",
    "version": "0.7.2",
    "description": "Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Quran Station",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    }
}