Catholic Sermons: AudioSancto Feed

Catholic sermons from AudioSancto.org

Catholic Sermons: AudioSancto Feedคืออะไร?

Catholic Sermons: AudioSancto Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Brooks และคุณลักษณะหลักของมันคือ "Catholic sermons from AudioSancto.org"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Catholic Sermons: AudioSancto Feed

ดาวน์โหลดไฟล์ส่วนขยาย Catholic Sermons: AudioSancto Feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Catholic Sermons: AudioSancto Feed Catholic Sermons: AudioSancto Feed
ID aajhdkfkaaomkimpglgncmcohedpbibp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/catholic-sermons-audiosan/aajhdkfkaaomkimpglgncmcohedpbibp
คำอธิบาย Catholic sermons from AudioSancto.org
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-12-30
วันที่เผยแพร่ 2013-12-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Daniel Brooks
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}