Catholic Sermons: AudioSancto Feed
Catholic sermons from AudioSancto.org
Was ist Catholic Sermons: AudioSancto Feed?
Catholic Sermons: AudioSancto Feed ist eine Chrome-Erweiterung, die von Daniel Brooks entwickelt wurde, und ihr Hauptmerkmal ist "Catholic sermons from AudioSancto.org".
Erweiterungsscreenshots
Catholic Sermons: AudioSancto Feed-Erweiterungs-CRX-Datei herunterladen
Laden Sie Catholic Sermons: AudioSancto Feed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | aajhdkfkaaomkimpglgncmcohedpbibp |
Offizielle URL | https://chrome.google.com/webstore/detail/catholic-sermons-audiosan/aajhdkfkaaomkimpglgncmcohedpbibp |
Beschreibung | Catholic sermons from AudioSancto.org |
Dateigröße | 135 KB |
Installationsanzahl | 84 |
Aktuelle Version | 1.2 |
Letztes Update | 2013-12-30 |
Veröffentlichungsdatum | 2013-12-30 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Daniel Brooks |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |