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”。
擴展截圖
下載Tiago Aguiar - Player Full擴展crx文件
下載Tiago Aguiar - Player Full擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | hhmlcmjhchhdkeeidemibojgedcapkgo |
官方網址 | 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" ] } |