Tiago Aguiar - Player Full

Player Full Media from Tiago Aguiar

Tiago Aguiar - Player Full란 무엇입니까?

Tiago Aguiar - Player Full은(는) https://tiagoaguiar.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Player Full Media from Tiago Aguiar"입니다.

확장 프로그램 스크린샷

screenshot

Tiago Aguiar - Player Full 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Esta extensão permite aumentar a tela no player de video da plataforma Hotmart Club.
Extensão feita para os alunos dos cursos da AT Digital.

Uma prática muito comum é assistir video aulas com a tela maior para o Editor de Código e o Player de Vídeo. Logo, esta extensão faz com que o player de video fique maior usando todo o espaço da janela do Navegador, melhorando a visualização dos detalhes nos vídeos.

This extension allows you to enlarge the screen in the video player of the Hotmart Club platform.
Extension made for students of AT Digital courses.

A very common practice is to watch video lessons with the bigger screen for the Code Editor and Video Player. Therefore, this extension makes the video player larger using all the space in the Browser window, improving the visualization of details in videos.                    

확장 프로그램 기본 정보

이름 Tiago Aguiar - Player Full Tiago Aguiar - Player Full
ID hhmlcmjhchhdkeeidemibojgedcapkgo
공식 URL https://chromewebstore.google.com/detail/tiago-aguiar-player-full/hhmlcmjhchhdkeeidemibojgedcapkgo
설명 Player Full Media from Tiago Aguiar
파일 크기 29.25 KB
설치 횟수 250
현재 버전 1.0.3
최근 업데이트 2023-11-29
출시 날짜 2021-11-24
평점 5.00/5 총 5 개의 평점
개발자 https://tiagoaguiar.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tiagoaguiar.co
도움말 페이지 URL https://tiagoaguiar.co/38-politica-de-privacidade
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/androiddeveloper.club.hotmart.com\/*",
                "https:\/\/androidexpress.club.hotmart.com\/*",
                "https:\/\/archandroid.club.hotmart.com\/*",
                "https:\/\/iosdeveloper.club.hotmart.com\/*",
                "https:\/\/iosdeveloperlegacy.club.hotmart.com\/*"
            ],
            "include_globs": [
                "*club.hotmart.com\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "name": "Tiago Aguiar - Player Full",
    "description": "Player Full Media from Tiago Aguiar",
    "version": "1.0.3",
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "browser_action": {
            "default_icon": "icon.png",
            "default_popup": "popup.html"
        },
        "default_title": "Click Me",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}