Pocket Casts Toggle Play

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

Pocket Casts Toggle Playとは何ですか?

Pocket Casts Toggle Playはoyvind.nilsenによって開発されたChromeの拡張機能で、その主な機能は「Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.」です。

Pocket Casts Toggle Play拡張機能のCRXファイルをダウンロード

Pocket Casts Toggle Play拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Pocket Casts Toggle Play Pocket Casts Toggle Play
ID imkmbigkncglnfljhkdbnifikpdgefbi
公式URL https://chrome.google.com/webstore/detail/pocket-casts-toggle-play/imkmbigkncglnfljhkdbnifikpdgefbi
説明 Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.
ファイルサイズ 12.69 KB
インストール数 12
現在のバージョン 1.0
最終更新日 2017-11-14
公開日 2017-11-14
評価 5.00/5 合計 1 レビュー
開発者 oyvind.nilsen
支払い方法 free
対応言語 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"
        }
    }
}