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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |