Gospel Prime

Gospel Prime Notifier

Что такое Gospel Prime?

Gospel Prime - это расширение Chrome, разработанное Gospel Prime, и его основная функция - "Gospel Prime Notifier".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Gospel Prime

Скачайте файлы расширений 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+                    

Основная информация о расширении

Название Gospel Prime Gospel Prime
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'"
}