Voitto FastLearning 2.0
Oferecido por: www.voitto.com.br
Voitto FastLearning 2.0 là gì?
Voitto FastLearning 2.0 là một tiện ích mở rộng Chrome được phát triển bởi http://www.voitto.com.br, và tính năng chính của nó là "Oferecido por: www.voitto.com.br".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Voitto FastLearning 2.0
Tải xuống các tệp mở rộng Voitto FastLearning 2.0 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Um acelerador de vídeos feito para você
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dbmcklghoblhcolajlfhdbekdpcanbfe |
URL Chính Thức | https://chrome.google.com/webstore/detail/voitto-fastlearning-20/dbmcklghoblhcolajlfhdbekdpcanbfe |
Mô tả | Oferecido por: www.voitto.com.br |
Kích Thước Tệp | 30.49 KB |
Số Lần Cài Đặt | 7,258 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2020-08-19 |
Ngày Phát Hành | 2019-01-14 |
Đánh Giá | 4.50/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | http://www.voitto.com.br |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |