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
官方網址 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
電子郵箱 [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"
    }
}