Quran Radio
The Holy Quran Kareem Radio from mp3quran.net .
什麼是Quran Radio?
Quran Radio是由https://tareq.tk開發的Chrome擴展程式,該擴展的主要功能是“The Holy Quran Kareem Radio from mp3quran.net .”。
擴展截圖
下載Quran Radio擴展crx文件
下載Quran Radio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quran Radio
Resources are from mp3quran.net 擴展基本資訊
| 名稱 | |
| ID | mgahkababiglakgnlbhcalcfagfmbiij |
| 官方網址 | https://chromewebstore.google.com/detail/quran-radio/mgahkababiglakgnlbhcalcfagfmbiij |
| 簡介 | The Holy Quran Kareem Radio from mp3quran.net . |
| 檔案大小 | 115 KB |
| 安裝次數 | 660 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2021-06-15 |
| 上架時間 | 2019-03-23 |
| 評分 | 5.00/5 共 10 次評分 |
| 開發者 | https://tareq.tk |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://labs.tareq.tk |
| 支援的語言 | 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"
}
} | |