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 هو إضافة Chrome تم تطويرها بواسطة oyvind.nilsen، والميزة الرئيسية لها هي "Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.".
تحميل ملف CRX للإضافة Pocket Casts Toggle Play
قم بتنزيل ملفات الامتداد Pocket Casts Toggle Play بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast independently of current tab.
معلومات أساسية عن التمديد
الاسم | |
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" } } } |