Gospel Prime
Gospel Prime Notifier
What is Gospel Prime?
Gospel Prime is a Chrome extension developed by Gospel Prime, and its main feature is "Gospel Prime Notifier".
Extension Screenshots
Download Gospel Prime Extension CRX File
Download Gospel Prime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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+
Extension Basic Information
Name | |
ID | cebakbemilapbbdabdpeajmfdnfpjljm |
Official URL | https://chrome.google.com/webstore/detail/gospel-prime/cebakbemilapbbdabdpeajmfdnfpjljm |
Description | Gospel Prime Notifier |
File Size | 1.91 MB |
Installation Count | 22 |
Current Version | 28 |
Last Updated | 2013-09-25 |
Publish Date | 2013-09-25 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Gospel Prime |
Payment Type | free |
Extension Website | http://www.gospelprime.com.br/ |
Supported Languages | 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'" } |