Voitto FastLearning 2.0
Oferecido por: www.voitto.com.br
Cos'è Voitto FastLearning 2.0?
Voitto FastLearning 2.0 è un'estensione di Chrome sviluppata da http://www.voitto.com.br, e la sua funzione principale è "Oferecido por: www.voitto.com.br".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Voitto FastLearning 2.0
Scarica i file di estensione Voitto FastLearning 2.0 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Um acelerador de vídeos feito para você
Informazioni di Base sull'Estensione
Nome | |
ID | dbmcklghoblhcolajlfhdbekdpcanbfe |
URL Ufficiale | https://chrome.google.com/webstore/detail/voitto-fastlearning-20/dbmcklghoblhcolajlfhdbekdpcanbfe |
Descrizione | Oferecido por: www.voitto.com.br |
Dimensione del File | 30.49 KB |
Conteggio Installazioni | 7,258 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2020-08-19 |
Data di Pubblicazione | 2019-01-14 |
Valutazione | 4.50/5 Totale 14 Valutazioni |
Sviluppatore | http://www.voitto.com.br |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |