Gospel Prime

Gospel Prime Notifier

Co to jest Gospel Prime?

Gospel Prime to rozszerzenie Chrome opracowane przez Gospel Prime, a jego główną funkcją jest „Gospel Prime Notifier”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Gospel Prime

Pobierz pliki rozszerzeń Gospel Prime w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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+                    

Podstawowe informacje o rozszerzeniu

Nazwa Gospel Prime Gospel Prime
ID cebakbemilapbbdabdpeajmfdnfpjljm
Oficjalny URL https://chrome.google.com/webstore/detail/gospel-prime/cebakbemilapbbdabdpeajmfdnfpjljm
Opis Gospel Prime Notifier
Rozmiar pliku 1.91 MB
Liczba instalacji 22
Aktualna Wersja 28
Ostatnia Aktualizacja 2013-09-25
Data Publikacji 2013-09-25
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Gospel Prime
Typ Płatności free
Strona Rozszerzenia http://www.gospelprime.com.br/
Obsługiwane Języki 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'"
}