Voitto FastLearning 2.0
Oferecido por: www.voitto.com.br
What is Voitto FastLearning 2.0?
Voitto FastLearning 2.0 is a Chrome extension developed by http://www.voitto.com.br, and its main feature is "Oferecido por: www.voitto.com.br".
Extension Screenshots
Download Voitto FastLearning 2.0 Extension CRX File
Download Voitto FastLearning 2.0 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Um acelerador de vídeos feito para você
Extension Basic Information
Name | |
ID | dbmcklghoblhcolajlfhdbekdpcanbfe |
Official URL | https://chrome.google.com/webstore/detail/voitto-fastlearning-20/dbmcklghoblhcolajlfhdbekdpcanbfe |
Description | Oferecido por: www.voitto.com.br |
File Size | 30.49 KB |
Installation Count | 7,258 |
Current Version | 2.0.0 |
Last Updated | 2020-08-19 |
Publish Date | 2019-01-14 |
Rating | 4.50/5 Total 14 Ratings |
Developer | http://www.voitto.com.br |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |