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 là gì?

Quran Station là một tiện ích mở rộng Chrome được phát triển bởi Mohamed Abusrea, và tính năng chính của nó là "Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quran Station

Tải xuống các tệp mở rộng Quran Station dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 🪢                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quran Station Quran Station
ID angdimijeelplemmdnedhnjidadfphom
URL Chính Thức https://chromewebstore.google.com/detail/quran-station/angdimijeelplemmdnedhnjidadfphom
Mô tả Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily
Kích Thước Tệp 87.41 KB
Số Lần Cài Đặt 8,374
Phiên Bản Hiện Tại 0.7.2
Cập Nhật Lần Cuối 2023-01-31
Ngày Phát Hành 2021-07-19
Đánh Giá 5.00/5 Tổng số 202 Đánh Giá
Nhà Phát Triển Mohamed Abusrea
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}