Gospel Prime

Gospel Prime Notifier

Gospel Prime là gì?

Gospel Prime là một tiện ích mở rộng Chrome được phát triển bởi Gospel Prime, và tính năng chính của nó là "Gospel Prime Notifier".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gospel Prime

Tải xuống các tệp mở rộng Gospel Prime dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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+                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gospel Prime Gospel Prime
ID cebakbemilapbbdabdpeajmfdnfpjljm
URL Chính Thức https://chrome.google.com/webstore/detail/gospel-prime/cebakbemilapbbdabdpeajmfdnfpjljm
Mô tả Gospel Prime Notifier
Kích Thước Tệp 1.91 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 28
Cập Nhật Lần Cuối 2013-09-25
Ngày Phát Hành 2013-09-25
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Gospel Prime
Loại Thanh Toán free
Trang Web Mở Rộng http://www.gospelprime.com.br/
Ngôn Ngữ Được Hỗ Trợ 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'"
}