Voitto FastLearning 2.0

Oferecido por: www.voitto.com.br

Qu'est-ce que Voitto FastLearning 2.0 ?

Voitto FastLearning 2.0 est une extension Chrome développée par http://www.voitto.com.br, et sa fonction principale est "Oferecido por: www.voitto.com.br".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Voitto FastLearning 2.0

Téléchargez les fichiers d'extension Voitto FastLearning 2.0 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Um acelerador de vídeos feito para você                    

Informations de Base sur l'Extension

Nom Voitto FastLearning 2.0 Voitto FastLearning 2.0
ID dbmcklghoblhcolajlfhdbekdpcanbfe
URL Officiel https://chrome.google.com/webstore/detail/voitto-fastlearning-20/dbmcklghoblhcolajlfhdbekdpcanbfe
Description Oferecido por: www.voitto.com.br
Taille du Fichier 30.49 KB
Nombre d'Installations 7,258
Version Actuelle 2.0.0
Dernière Mise à Jour 2020-08-19
Date de Publication 2019-01-14
Évaluation 4.50/5 Total 14 Évaluations
Développeur http://www.voitto.com.br
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}