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
电子邮箱 [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"
    }
}