Voitto FastLearning 2.0

Oferecido por: www.voitto.com.br

什麼是Voitto FastLearning 2.0?

Voitto FastLearning 2.0是由http://www.voitto.com.br開發的Chrome擴展程式,該擴展的主要功能是“Oferecido por: www.voitto.com.br”。

擴展截圖

screenshot

下載Voitto FastLearning 2.0擴展crx文件

下載Voitto FastLearning 2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Um acelerador de vídeos feito para você                    

擴展基本資訊

名稱 Voitto FastLearning 2.0 Voitto FastLearning 2.0
ID dbmcklghoblhcolajlfhdbekdpcanbfe
官方網址 https://chrome.google.com/webstore/detail/voitto-fastlearning-20/dbmcklghoblhcolajlfhdbekdpcanbfe
簡介 Oferecido por: www.voitto.com.br
檔案大小 30.49 KB
安裝次數 7,258
目前版本 2.0.0
更新時間 2020-08-19
上架時間 2019-01-14
評分 4.50/5 共 14 次評分
開發者 http://www.voitto.com.br
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}