Pocket Casts Toggle Play

Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.

¿Qué es Pocket Casts Toggle Play?

Pocket Casts Toggle Play es una extensión de Chrome desarrollada por oyvind.nilsen, y su función principal es "Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.".

Descargar Archivo CRX de la Extensión Pocket Casts Toggle Play

Descarga archivos de extensión Pocket Casts Toggle Play en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast independently of current tab.                    

Información Básica de la Extensión

Nombre Pocket Casts Toggle Play Pocket Casts Toggle Play
ID imkmbigkncglnfljhkdbnifikpdgefbi
URL Oficial https://chrome.google.com/webstore/detail/pocket-casts-toggle-play/imkmbigkncglnfljhkdbnifikpdgefbi
Descripción Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.
Tamaño del Archivo 12.69 KB
Cantidad de Instalaciones 12
Versión Actual 1.0
Última Actualización 2017-11-14
Fecha de Publicación 2017-11-14
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador oyvind.nilsen
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "author": "Oyvind A Nilsen",
    "homepage_url": "http:\/\/oyvindnilsen.com",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "Simple play\/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.",
    "manifest_version": 2,
    "name": "Pocket Casts Toggle Play",
    "permissions": [
        "tabs",
        "https:\/\/playbeta.pocketcasts.com\/*",
        "https:\/\/play.pocketcasts.com\/*",
        "http:\/\/playbeta.pocketcasts.com\/*",
        "http:\/\/play.pocketcasts.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "toggle play\/pause"
        }
    }
}