Voitto FastLearning 2.0

Oferecido por: www.voitto.com.br

Co je Voitto FastLearning 2.0?

Voitto FastLearning 2.0 je rozšíření Chrome vyvinuté http://www.voitto.com.br, a jeho hlavní funkcí je „Oferecido por: www.voitto.com.br“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Voitto FastLearning 2.0

Stáhněte si soubory rozšíření Voitto FastLearning 2.0 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Um acelerador de vídeos feito para você                    

Základní Informace o Rozšíření

Název Voitto FastLearning 2.0 Voitto FastLearning 2.0
ID dbmcklghoblhcolajlfhdbekdpcanbfe
Oficiální URL https://chrome.google.com/webstore/detail/voitto-fastlearning-20/dbmcklghoblhcolajlfhdbekdpcanbfe
Popis Oferecido por: www.voitto.com.br
Velikost souboru 30.49 KB
Počet instalací 7,258
Aktuální Verze 2.0.0
Poslední Aktualizace 2020-08-19
Datum Vydání 2019-01-14
Hodnocení 4.50/5 Celkem 14 Hodnocení
Vývojář http://www.voitto.com.br
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}