مواقيت الصلاة بالمغرب
The first extension that I made with LOVE.
Vad är مواقيت الصلاة بالمغرب?
مواقيت الصلاة بالمغرب är en Chrome-tillägg utvecklad av Radwan_BASQUAL, och dess huvudfunktion är "The first extension that I made with LOVE.".
Tilläggsskärmbilder
Ladda ner مواقيت الصلاة بالمغرب-förlängningens CRX-fil
Ladda ner مواقيت الصلاة بالمغرب-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Vous surfez sur le net et vous désirez recevoir des notifications à l'heure exacte de la prière au Maroc ? C'est simple, avec l'extension مواقيت الصلاة بالمغرب, il suffit de choisir votre ville et vous serez notifier à chaque Adhan et 10 minutes après aussi !! Tout ça est gratuit :)
هل تتصفح الإنترنت وترغب في تلقي اشعارات بحلول وقت الصلاة في المملكة المغربية ؟ الأمر بسيط ، مع امتداد مواقيت الصلاة بالمغرب ، ما عليك سوى اختيار مدينتك وسيتم إعلامك حين كل صلاة وبعد 10 دقائق أيضًا !! كل هذا مجاني :)
لاتنسونا من صالح دعائكم Grundläggande Information om Tillägg
| Namn | |
| ID | idmnlpmoiapekdmdglddhjfgnhaiofdb |
| Officiell webbadress | https://chromewebstore.google.com/detail/%D9%85%D9%88%D8%A7%D9%82%D9%8A%D8%AA-%D8%A7%D9%84%D8%B5%D9%84%D8%A7%D8%A9-%D8%A8%D8%A7%D9%84%D9%85%D8%BA%D8%B1%D8%A8/idmnlpmoiapekdmdglddhjfgnhaiofdb |
| Beskrivning | The first extension that I made with LOVE. |
| Filstorlek | 1 MB |
| Antal Installationer | 37 |
| Aktuell Version | 0.6 |
| Senast Uppdaterad | 2020-01-02 |
| Publiceringsdatum | 2020-01-02 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Radwan_BASQUAL |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u0645\u0648\u0627\u0642\u064a\u062a \u0627\u0644\u0635\u0644\u0627\u0629 \u0628\u0627\u0644\u0645\u063a\u0631\u0628",
"version": "0.6",
"manifest_version": 2,
"description": "The first extension that I made with LOVE.",
"browser_action": {
"default_icon": "img\/ico.png",
"default_popup": "popup.html"
},
"background": {
"persistent": true,
"scripts": [
"js\/jquery-3.1.1.min.js",
"js\/bootstrap.min.js",
"js\/momentJS.js",
"js\/utils.js",
"js\/background.js"
]
},
"icons": {
"128": "img\/ico.png"
},
"permissions": [
"storage",
"notifications"
]
} | |