Gospel Prime
Gospel Prime Notifier
ما هو Gospel Prime؟
Gospel Prime هو إضافة Chrome تم تطويرها بواسطة Gospel Prime، والميزة الرئيسية لها هي "Gospel Prime Notifier".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gospel Prime
قم بتنزيل ملفات الامتداد Gospel Prime بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A melhor maneira de se manter informado e conectado com o mundo Gospel. Além de avisar sobre novos artigos, esta extensão permite compartilhar diretamente do seu navegador no seu perfil do Facebook, Twitter ou Google+
معلومات أساسية عن التمديد
الاسم | |
ID | cebakbemilapbbdabdpeajmfdnfpjljm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/gospel-prime/cebakbemilapbbdabdpeajmfdnfpjljm |
الوصف | Gospel Prime Notifier |
حجم الملف | 1.91 MB |
عدد التثبيتات | 22 |
النسخة الحالية | 28 |
آخر تحديث | 2013-09-25 |
تاريخ النشر | 2013-09-25 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | Gospel Prime |
نوع الدفع | free |
موقع الإضافة | http://www.gospelprime.com.br/ |
اللغات المدعومة | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gospel Prime", "description": "Gospel Prime Notifier", "version": "28", "manifest_version": 2, "browser_action": { "default_title": "Gospel Prime", "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/jquery.min.js", "background.js" ] }, "icons": { "128": "logo_128.png", "48": "logo_48.png" }, "permissions": [ "http:\/\/*.feedburner.com\/*", "https:\/\/*.googleapis.com\/*", "https:\/\/ajax.googleapis.com\/*", "alarms" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/; object-src 'self'" } |