Quran Radio
The Holy Quran Kareem Radio from mp3quran.net .
Wat is Quran Radio?
Quran Radio is een Chrome-extensie ontwikkeld door https://tareq.tk, en de belangrijkste functie is "The Holy Quran Kareem Radio from mp3quran.net .".
Extensie Screenshots
Download het CRX-bestand van de extensie Quran Radio
Download Quran Radio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Quran Radio
Resources are from mp3quran.net Basisinformatie over de Extensie
| Naam | |
| ID | mgahkababiglakgnlbhcalcfagfmbiij |
| Officiële URL | https://chromewebstore.google.com/detail/quran-radio/mgahkababiglakgnlbhcalcfagfmbiij |
| Beschrijving | The Holy Quran Kareem Radio from mp3quran.net . |
| Bestandsgrootte | 115 KB |
| Aantal Installaties | 660 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2021-06-15 |
| Publicatiedatum | 2019-03-23 |
| Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | https://tareq.tk |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://labs.tareq.tk |
| Ondersteunde Talen | en |
| manifest.json | |
{
"name": "Quran Radio",
"description": "The Holy Quran Kareem Radio from mp3quran.net .",
"version": "1.0.3",
"manifest_version": 2,
"homepage_url": "http:\/\/labs.tareq.tk\/ChromeEx\/QuranRadio",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"permissions": [
"background",
"http:\/\/tareq.tk\/*",
"http:\/\/*.tareq.tk\/*",
"https:\/\/tareq.tk\/*",
"https:\/\/*.tareq.tk\/*"
],
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "Icons\/Icon.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"icons": {
"128": "Icons\/Icon.png"
}
} | |