مواقيت الصلاة بالمغرب
The first extension that I made with LOVE.
مواقيت الصلاة بالمغرب란 무엇입니까?
مواقيت الصلاة بالمغرب은(는) Radwan_BASQUAL에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The first extension that I made with LOVE."입니다.
확장 프로그램 스크린샷
مواقيت الصلاة بالمغرب 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 دقائق أيضًا !! كل هذا مجاني :) لاتنسونا من صالح دعائكم
확장 프로그램 기본 정보
이름 | مواقيت الصلاة بالمغرب |
ID | idmnlpmoiapekdmdglddhjfgnhaiofdb |
공식 URL | 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 |
설명 | The first extension that I made with LOVE. |
파일 크기 | 1 MB |
설치 횟수 | 37 |
현재 버전 | 0.6 |
최근 업데이트 | 2020-01-02 |
출시 날짜 | 2020-01-02 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Radwan_BASQUAL |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } |