smarterPod: Simple and Smart Podcast Player

Listen to podcasts in the background of Chrome! Sync content across computers, manage your feeds, save progress, get new episodes!

Τι είναι το smarterPod: Simple and Smart Podcast Player;

Το smarterPod: Simple and Smart Podcast Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Steve M. Romain, και η κύρια λειτουργία του είναι "Listen to podcasts in the background of Chrome! Sync content across computers, manage your feeds, save progress, get new episodes!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης smarterPod: Simple and Smart Podcast Player

Λήψη αρχείων επέκτασης smarterPod: Simple and Smart Podcast Player σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        BETA VERSION FOR COURAGEOUS TESTERS! 
--

New in version 0.3, you can search on Apple's iTunes Podcast database for your favorite podcasts!

smarterPod is a Angular.js based Google Chrome extension for listening to podcasts in the background of your browser, with feed management capabilities, Chrome notifications on title change, metadata retrieval as well as Google Storage Sync capability for your partially listened episodes and current playlists, regardless of which computer you're on. smarterPod aims to be the most straightforward way to listen to podcasts in your browser without the need for extra tabs, heavy Flash player clients or external application. 

smarterPod updates your feeds and syncs every 15 minutes, ensuring that you have the most updated content and saved episodes on every computer you use at all times.

Right now, smarterPod is in Beta, with some awesome new features planned in the pipeline, including custom feed retrieval (download X episodes of this feed on every update). If there is something you would like to see, let us know! This is the first public version of this project and I hope to add new features, improve the application and work with it more over the coming months!

Also, there is currently a list of bugs on GitHub: https://github.com/smromain/smarterPod. If you encounter any bugs, please feel free to either submit on Github, through Chrome Web Store's User Feedback feature or via email (using my email address in the app). Thanks!

-- 

ON PERMISSIONS: Google says that the application requires 'permission to read data from all sites you visit'. This is not correct: smarterPod now requires permission to send requests for podcast feed data and receive data from those servers with podcast information.

ON SYNC: Google Sync MUST be enabled for smarterPod to work. This is a pretty easy process, and you can learn more about it here: https://support.google.com/chrome/answer/165139.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα smarterPod: Simple and Smart Podcast Player smarterPod: Simple and Smart Podcast Player
ID ehlmnfeohfahemdjnakciaheggkojchf
Επίσημο URL https://chromewebstore.google.com/detail/smarterpod-simple-and-sma/ehlmnfeohfahemdjnakciaheggkojchf
Περιγραφή Listen to podcasts in the background of Chrome! Sync content across computers, manage your feeds, save progress, get new episodes!
Μέγεθος Αρχείου 11.02 MB
Αριθμός Εγκαταστάσεων 4,678
Τρέχουσα Έκδοση 0.3.0.2
Τελευταία Ενημέρωση 2017-11-28
Ημερομηνία Δημοσίευσης 2017-11-27
Αξιολόγηση 3.07/5 Συνολικά 28 Αξιολογήσεις
Προγραμματιστής Steve M. Romain
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.smarterpod.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "index.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "logo-48.png",
        "default_popup": "popup.html",
        "persistence": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Listen to podcasts in the background of Chrome! Sync content across computers, manage your feeds, save progress, get new episodes!",
    "icons": {
        "128": "logo-128.png",
        "16": "logo-16.png",
        "48": "logo-48.png"
    },
    "manifest_version": 2,
    "name": "smarterPod: Simple and Smart Podcast Player",
    "permissions": [
        "storage",
        "notifications",
        "background",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "short_name": "smarterPod",
    "version": "0.3.0.2"
}