Voitto FastLearning 2.0

Oferecido por: www.voitto.com.br

Was ist Voitto FastLearning 2.0?

Voitto FastLearning 2.0 ist eine Chrome-Erweiterung, die von http://www.voitto.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Oferecido por: www.voitto.com.br".

Erweiterungsscreenshots

screenshot

Voitto FastLearning 2.0-Erweiterungs-CRX-Datei herunterladen

Laden Sie Voitto FastLearning 2.0-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Um acelerador de vídeos feito para você                    

Grundlegende Informationen zur Erweiterung

Name Voitto FastLearning 2.0 Voitto FastLearning 2.0
ID dbmcklghoblhcolajlfhdbekdpcanbfe
Offizielle URL https://chrome.google.com/webstore/detail/voitto-fastlearning-20/dbmcklghoblhcolajlfhdbekdpcanbfe
Beschreibung Oferecido por: www.voitto.com.br
Dateigröße 30.49 KB
Installationsanzahl 7,258
Aktuelle Version 2.0.0
Letztes Update 2020-08-19
Veröffentlichungsdatum 2019-01-14
Bewertung 4.50/5 Insgesamt 14 Bewertungen
Entwickler http://www.voitto.com.br
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}