9gag Volume control
This plugin adds volume control to video files on 9gag.
ما هو 9gag Volume control؟
9gag Volume control هو إضافة Chrome تم تطويرها بواسطة DEHbKA، والميزة الرئيسية لها هي "This plugin adds volume control to video files on 9gag.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 9gag Volume control
قم بتنزيل ملفات الامتداد 9gag Volume control بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin adds volume/sound control to video files on 9gag.
معلومات أساسية عن التمديد
الاسم | 9gag Volume control |
ID | eibnpeegkdkfcoaakejdjcimjjncefln |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/9gag-volume-control/eibnpeegkdkfcoaakejdjcimjjncefln |
الوصف | This plugin adds volume control to video files on 9gag. |
حجم الملف | 13.36 KB |
عدد التثبيتات | 759 |
النسخة الحالية | 0.3 |
آخر تحديث | 2020-04-02 |
تاريخ النشر | 2020-04-02 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | DEHbKA |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | http://dehbka.biz.ua |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "9gag Volume control", "version": "0.3", "description": "This plugin adds volume control to video files on 9gag.", "author": "[email protected]", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "browser_action": { "default_icon": "\/icons\/128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/9gag.com\/*" ], "js": [ "main.js" ], "css": [ "main.css" ] } ] } |