Curso Mege Acelerador de Vídeo

Acelerar, desacelerar, avançar e retroceder qualquer vídeo HTML5 com atalhos rápidos.

Curso Mege Acelerador de Vídeoคืออะไร?

Curso Mege Acelerador de Vídeo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abimaelconceicaoandrade และคุณลักษณะหลักของมันคือ "Acelerar, desacelerar, avançar e retroceder qualquer vídeo HTML5 com atalhos rápidos."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Curso Mege Acelerador de Vídeo

ดาวน์โหลดไฟล์ส่วนขยาย Curso Mege Acelerador de Vídeo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A ferramenta foi desenvolvida, em especial, para facilitar a vida do concurseiro. As funções básicas são: acelerar, desacelerar, avançar e retroceder vídeos assistidos na web (sejam aulas do Mege, Youtube, Facebook etc). Até mesmo conteúdos que não sejam relacionados aos estudos serão beneficiados por esta possibilidade.  Tudo será adaptado ao seu tempo e ao seu ritmo. 

Arnaldo Bruno Oliveira
Equipe Mege                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Curso Mege Acelerador de Vídeo Curso Mege Acelerador de Vídeo
ID mioieffilcdhjlbahiagnkkfjnlnhnfm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/curso-mege-acelerador-de/mioieffilcdhjlbahiagnkkfjnlnhnfm
คำอธิบาย Acelerar, desacelerar, avançar e retroceder qualquer vídeo HTML5 com atalhos rápidos.
ขนาดไฟล์ 41.29 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2020-01-10
วันที่เผยแพร่ 2020-01-07
คะแนน 4.07/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา abimaelconceicaoandrade
ประเภทการชำระเงิน free
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Curso Mege Acelerador de V\u00eddeo",
    "short_name": "megeaceleradorvideo",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "Acelerar, desacelerar, avan\u00e7ar e retroceder qualquer v\u00eddeo HTML5 com atalhos r\u00e1pidos.",
    "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:\/\/\/*"
            ],
            "match_about_blank": true,
            "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"
    ]
}