Gospel Prime
Gospel Prime Notifier
什么是Gospel Prime?
Gospel Prime是由Gospel Prime开发的Chrome扩展程序,该扩展的主要功能是“Gospel Prime Notifier”。
扩展截图
下载Gospel Prime扩展crx文件
下载Gospel Prime扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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'" } |