Tiago Aguiar - Player Full

Player Full Media from Tiago Aguiar

Τι είναι το Tiago Aguiar - Player Full;

Το Tiago Aguiar - Player Full είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tiagoaguiar.co, και η κύρια λειτουργία του είναι "Player Full Media from Tiago Aguiar".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tiago Aguiar - Player Full

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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"
    ]
}