Pocket Casts Toggle Play
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.
Cos'è Pocket Casts Toggle Play?
Pocket Casts Toggle Play è un'estensione di Chrome sviluppata da oyvind.nilsen, e la sua funzione principale è "Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.".
Scarica il file CRX dell'estensione Pocket Casts Toggle Play
Scarica i file di estensione Pocket Casts Toggle Play in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast independently of current tab.
Informazioni di Base sull'Estensione
Nome | |
ID | imkmbigkncglnfljhkdbnifikpdgefbi |
URL Ufficiale | https://chrome.google.com/webstore/detail/pocket-casts-toggle-play/imkmbigkncglnfljhkdbnifikpdgefbi |
Descrizione | Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast. |
Dimensione del File | 12.69 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-11-14 |
Data di Pubblicazione | 2017-11-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | oyvind.nilsen |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |