Pocket Casts Toggle Play

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

Apa itu Pocket Casts Toggle Play?

Pocket Casts Toggle Play adalah ekstensi Chrome yang dikembangkan oleh oyvind.nilsen, dan fitur utamanya adalah "Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.".

Unduh Berkas CRX Ekstensi Pocket Casts Toggle Play

Unduh file ekstensi Pocket Casts Toggle Play dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Pocket Casts Toggle Play Pocket Casts Toggle Play
ID imkmbigkncglnfljhkdbnifikpdgefbi
URL Resmi https://chrome.google.com/webstore/detail/pocket-casts-toggle-play/imkmbigkncglnfljhkdbnifikpdgefbi
Deskripsi Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.
Ukuran File 12.69 KB
Jumlah Instalasi 12
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-11-14
Tanggal Publikasi 2017-11-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang oyvind.nilsen
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    }
}