Pocket Casts Toggle Play
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.
Was ist Pocket Casts Toggle Play?
Pocket Casts Toggle Play ist eine Chrome-Erweiterung, die von oyvind.nilsen entwickelt wurde, und ihr Hauptmerkmal ist "Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.".
Pocket Casts Toggle Play-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pocket Casts Toggle Play-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
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast independently of current tab.
Grundlegende Informationen zur Erweiterung
Name | |
ID | imkmbigkncglnfljhkdbnifikpdgefbi |
Offizielle URL | https://chrome.google.com/webstore/detail/pocket-casts-toggle-play/imkmbigkncglnfljhkdbnifikpdgefbi |
Beschreibung | Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast. |
Dateigröße | 12.69 KB |
Installationsanzahl | 12 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-11-14 |
Veröffentlichungsdatum | 2017-11-14 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | oyvind.nilsen |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } |