Voitto FastLearning 2.0
Oferecido por: www.voitto.com.br
ما هو Voitto FastLearning 2.0؟
Voitto FastLearning 2.0 هو إضافة Chrome تم تطويرها بواسطة http://www.voitto.com.br، والميزة الرئيسية لها هي "Oferecido por: www.voitto.com.br".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Voitto FastLearning 2.0
قم بتنزيل ملفات الامتداد Voitto FastLearning 2.0 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Um acelerador de vídeos feito para você
معلومات أساسية عن التمديد
الاسم | |
ID | dbmcklghoblhcolajlfhdbekdpcanbfe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/voitto-fastlearning-20/dbmcklghoblhcolajlfhdbekdpcanbfe |
الوصف | Oferecido por: www.voitto.com.br |
حجم الملف | 30.49 KB |
عدد التثبيتات | 7,258 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2020-08-19 |
تاريخ النشر | 2019-01-14 |
تقييم | 4.50/5 مجموع تقييمات 14 |
المطور | http://www.voitto.com.br |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voitto FastLearning 2.0", "short_name": "videospeed", "version": "2.0.0", "manifest_version": 2, "description": "Oferecido por: www.voitto.com.br", "homepage_url": "https:\/\/www.voitto.com.br", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "exclude_matches": [ "https:\/\/plus.google.com\/hangouts\/*", "https:\/\/hangouts.google.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/teamtreehouse.com\/*", "http:\/\/www.hitbox.tv\/*" ], "css": [ "inject.css" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "inject.css", "shadow.css" ] } |