Video Controls
Re-styling of Prime Video playback controls to be less intrusive.
ما هو Video Controls؟
Video Controls هو إضافة Chrome تم تطويرها بواسطة Justin، والميزة الرئيسية لها هي "Re-styling of Prime Video playback controls to be less intrusive.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Video Controls
قم بتنزيل ملفات الامتداد Video Controls بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically re-styles Prime Video playback controls to be less intrusive.
Release Notes:
v1.0.1
- Added support for American prime video domains معلومات أساسية عن التمديد
| الاسم | |
| ID | jabennopofjkkeodfgcmpmdcibkjlcol |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/video-controls/jabennopofjkkeodfgcmpmdcibkjlcol |
| الوصف | Re-styling of Prime Video playback controls to be less intrusive. |
| حجم الملف | 45.28 KB |
| عدد التثبيتات | 364 |
| النسخة الحالية | 1.1.2 |
| آخر تحديث | 2022-09-25 |
| تاريخ النشر | 2019-11-04 |
| تقييم | 5.00/5 مجموع تقييمات 14 |
| المطور | Justin |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Controls",
"version": "1.1.2",
"description": "Re-styling of Prime Video playback controls to be less intrusive.",
"icons": {
"128": "images\/logoIcon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/primevideo.com\/*",
"https:\/\/www.primevideo.com\/*",
"https:\/\/amazon.com\/*",
"https:\/\/www.amazon.com\/*"
],
"js": [
"dist\/content.js"
]
}
],
"page_action": {
"default_icon": {
"128": "images\/logoIcon.png"
}
},
"permissions": [
"https:\/\/primevideo.com\/"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cloudflare.com; object-src 'self'",
"manifest_version": 2
} | |