Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quran Station", "version": "1.0.1", "description": "Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily", "action": { "default_icon": "icon.png", "default_title": "Quran Station", "default_popup": "popup.html" }, "background": { "service_worker": "worker.js", "type": "module" }, "permissions": [ "storage", "offscreen" ], "icons": { "128": "icon.png" } }