Tiago Aguiar - Player Full
Player Full Media from Tiago Aguiar
Tiago Aguiar - Player Full क्या है?
Tiago Aguiar - Player Full https://tiagoaguiar.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Player Full Media from Tiago Aguiar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tiago Aguiar - Player Full एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |