PodCasts Finder

A podcast aggregator for Chrome

Qu'est-ce que PodCasts Finder ?

PodCasts Finder est une extension Chrome développée par https://podcast-player.freeonlineapps.net, et sa fonction principale est "A podcast aggregator for Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PodCasts Finder

Téléchargez les fichiers d'extension PodCasts Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Listen to podcasts in the background of the Google Chrome Browser! Manage your podcast feeds, save the progress on podcasts you've been listening, get new episodes when they come out! This software will update your feeds and syncs every 15 minutes, ensuring that you have the most updated content and saved episodes on the computer.

The detection of new episodes is based on the links to iTunes Preview pages.

Please be aware that when links are found, this extension will make a request to the iTunes API to get additional details about the podcast.                    

Informations de Base sur l'Extension

Nom PodCasts Finder PodCasts Finder
ID hmnepijohkcfoknhpkecnakgblkbhfjf
URL Officiel https://chromewebstore.google.com/detail/podcasts-finder/hmnepijohkcfoknhpkecnakgblkbhfjf
Description A podcast aggregator for Chrome
Taille du Fichier 1.42 MB
Nombre d'Installations 154
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-12-17
Date de Publication 2020-05-22
Développeur https://podcast-player.freeonlineapps.net
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeonlineapps.net/privacy
Langues Prises en Charge id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PodCasts Finder",
    "description": "A podcast aggregator for Chrome",
    "version": "1.0.1",
    "default_locale": "en",
    "icons": {
        "16": "icons\/podcast_16.png",
        "32": "icons\/podcast_32.png",
        "48": "icons\/podcast_48.png",
        "64": "icons\/podcast_64.png",
        "128": "icons\/podcast_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "contextMenus",
        "idle"
    ],
    "browser_action": {
        "default_title": "podStation"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": false
    },
    "manifest_version": 2,
    "options_page": "podstation.html#\/Options",
    "commands": {
        "play_pause": {
            "suggested_key": {
                "default": "MediaPlayPause"
            },
            "description": "Play\/Pause podcast",
            "global": true
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}