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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quran Station एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}