Pocket Casts Toggle Play
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.
What is Pocket Casts Toggle Play?
Pocket Casts Toggle Play is a Chrome extension developed by oyvind.nilsen, and its main feature is "Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.".
Download Pocket Casts Toggle Play Extension CRX File
Download Pocket Casts Toggle Play extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast independently of current tab.
Extension Basic Information
Name | |
ID | imkmbigkncglnfljhkdbnifikpdgefbi |
Official URL | https://chrome.google.com/webstore/detail/pocket-casts-toggle-play/imkmbigkncglnfljhkdbnifikpdgefbi |
Description | Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast. |
File Size | 12.69 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2017-11-14 |
Publish Date | 2017-11-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | oyvind.nilsen |
Payment Type | free |
Supported Languages | 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" } } } |