NPR one
NPRone : autoplay, speed up audio, and more
ما هو NPR one؟
NPR one هو إضافة Chrome تم تطويرها بواسطة Harold Martin، والميزة الرئيسية لها هي "NPRone : autoplay, speed up audio, and more".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NPR one
قم بتنزيل ملفات الامتداد NPR one بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
* Right click to set play back speed between 0.75x and 2x
* Play / pause button in browser toolbar
* Now playing notifications with Next and Read buttons
* Autoplay معلومات أساسية عن التمديد
| الاسم | |
| ID | kjofnodheplpcpbognpfnbaopmjgbfdg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/npr-one/kjofnodheplpcpbognpfnbaopmjgbfdg |
| الوصف | NPRone : autoplay, speed up audio, and more |
| حجم الملف | 22.29 KB |
| عدد التثبيتات | 1,435 |
| النسخة الحالية | 1.1.2 |
| آخر تحديث | 2018-03-03 |
| تاريخ النشر | 2018-03-03 |
| تقييم | 4.00/5 مجموع تقييمات 6 |
| المطور | Harold Martin |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NPR one",
"description": "NPRone : autoplay, speed up audio, and more",
"version": "1.1.2",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage",
"contextMenus",
"alarms",
"background",
"notifications",
"*:\/\/*.npr.org\/*"
],
"web_accessible_resources": [
"background.js"
],
"browser_action": {
"default_icon": "img\/favicon-32x32.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/one.npr.org\/*"
],
"js": [
"npr.js"
]
}
],
"icons": {
"16": "img\/favicon-16x16.png",
"48": "img\/favicon-48x48.png",
"128": "img\/favicon-128x128.png"
},
"manifest_version": 2
} | |