Gospel Prime
Gospel Prime Notifier
Qu'est-ce que Gospel Prime ?
Gospel Prime est une extension Chrome développée par Gospel Prime, et sa fonction principale est "Gospel Prime Notifier".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gospel Prime
Téléchargez les fichiers d'extension Gospel Prime au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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+
Informations de Base sur l'Extension
Nom | |
ID | cebakbemilapbbdabdpeajmfdnfpjljm |
URL Officiel | https://chrome.google.com/webstore/detail/gospel-prime/cebakbemilapbbdabdpeajmfdnfpjljm |
Description | Gospel Prime Notifier |
Taille du Fichier | 1.91 MB |
Nombre d'Installations | 22 |
Version Actuelle | 28 |
Dernière Mise à Jour | 2013-09-25 |
Date de Publication | 2013-09-25 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Gospel Prime |
Type de Paiement | free |
Site Web de l'Extension | http://www.gospelprime.com.br/ |
Langues Prises en Charge | 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'" } |