Catholic Sermons: AudioSancto Feed
Catholic sermons from AudioSancto.org
What is Catholic Sermons: AudioSancto Feed?
Catholic Sermons: AudioSancto Feed is a Chrome extension developed by Daniel Brooks, and its main feature is "Catholic sermons from AudioSancto.org".
Extension Screenshots
Download Catholic Sermons: AudioSancto Feed Extension CRX File
Download Catholic Sermons: AudioSancto Feed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | aajhdkfkaaomkimpglgncmcohedpbibp |
Official URL | https://chrome.google.com/webstore/detail/catholic-sermons-audiosan/aajhdkfkaaomkimpglgncmcohedpbibp |
Description | Catholic sermons from AudioSancto.org |
File Size | 135 KB |
Installation Count | 84 |
Current Version | 1.2 |
Last Updated | 2013-12-30 |
Publish Date | 2013-12-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Daniel Brooks |
Payment Type | free |
Supported Languages | 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" ] } |