Catholic Sermons: AudioSancto Feed

Catholic sermons from AudioSancto.org

Catholic Sermons: AudioSancto Feed là gì?

Catholic Sermons: AudioSancto Feed là một tiện ích mở rộng Chrome được phát triển bởi Daniel Brooks, và tính năng chính của nó là "Catholic sermons from AudioSancto.org".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Catholic Sermons: AudioSancto Feed

Tải xuống các tệp mở rộng Catholic Sermons: AudioSancto Feed 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

                        Get easy-access to and notifications of new traditional Catholic sermons from AudioSancto.org!
---
Current version is in testing... please report any errors in the Reviews tab.
---
This is NOT an extension built by AudioSancto.org!


Ad maiorem Dei gloriam                    

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

Tên Catholic Sermons: AudioSancto Feed Catholic Sermons: AudioSancto Feed
ID aajhdkfkaaomkimpglgncmcohedpbibp
URL Chính Thức https://chrome.google.com/webstore/detail/catholic-sermons-audiosan/aajhdkfkaaomkimpglgncmcohedpbibp
Mô tả Catholic sermons from AudioSancto.org
Kích Thước Tệp 135 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-12-30
Ngày Phát Hành 2013-12-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Daniel Brooks
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Catholic Sermons: AudioSancto Feed",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Catholic sermons from AudioSancto.org",
    "short_name": "AudioSancto Catholic Sermons",
    "homepage_url": "https:\/\/twitter.com\/codephined",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "AudioSancto.org Feed",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        "http:\/\/www.audiosancto.org\/",
        "https:\/\/www.google-analytics.com\/"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ]
}