Apagar as Luzes para Youtube

The entire page will be fading to dark, so you can watch the videos as if you were in the cinema. Works for YouTube™ and beyond.

Τι είναι το Apagar as Luzes para Youtube;

Το Apagar as Luzes para Youtube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Henrique Brugugnoli, και η κύρια λειτουργία του είναι "The entire page will be fading to dark, so you can watch the videos as if you were in the cinema. Works for YouTube™ and beyond.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Apagar as Luzes para Youtube

Λήψη αρχείων επέκτασης Apagar as Luzes para Youtube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Permite que o usuário do Youtube, apenas clicando no ícone da extensão, consiga melhorar sua visibilidade no vídeos que está assistindo.

Com o Apagar as Luzes para Youtube, todas aquelas pequenas telas ao redor do vídeo ficaram äpagadas, tornando a experiência de ver o vídeo melhor.                    

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

Όνομα Apagar as Luzes para Youtube Apagar as Luzes para Youtube
ID mhmpkakoioadkghljhehjbieciecknab
Επίσημο URL https://chrome.google.com/webstore/detail/apagar-as-luzes-para-yout/mhmpkakoioadkghljhehjbieciecknab
Περιγραφή The entire page will be fading to dark, so you can watch the videos as if you were in the cinema. Works for YouTube™ and beyond.
Μέγεθος Αρχείου 7.74 MB
Αριθμός Εγκαταστάσεων 62
Τρέχουσα Έκδοση 5.5
Τελευταία Ενημέρωση 2022-08-31
Ημερομηνία Δημοσίευσης 2021-03-02
Προγραμματιστής Henrique Brugugnoli
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Apagar as Luzes para Youtube",
    "short_name": "Apagar as Luzes para Youtube",
    "version": "5.5",
    "description": "__MSG_description__",
    "author": "Stefan vd",
    "homepage_url": "https:\/\/www.turnoffthelights.com\/support\/",
    "omnibox": {
        "keyword": "totl"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_pageatitle__",
        "default_icon": {
            "19": "icons\/iconstick19.png",
            "38": "icons\/iconstick38.png"
        }
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "default-src 'none'; style-src 'self'; media-src https:\/\/www.turnoffthelights.com; child-src https:\/\/www.youtube.com https:\/\/www.turnoffthelights.com; connect-src https:\/\/www.turnoffthelights.com; script-src 'self'; img-src 'self' * data:; object-src 'none'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.turnoffthelights.com\/extension\/options.html"
            ],
            "js": [
                "js\/constants.js",
                "js\/content.js",
                "js\/eco.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.mycinema.pro\/*",
                "*:\/\/*.turnoffthelights.com\/extension\/options.html"
            ],
            "css": [
                "css\/light.css"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/screenshader.js"
            ],
            "exclude_matches": [
                "*:\/\/*.turnoffthelights.com\/extension\/options.html"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/fps.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.turnoffthelights.com\/extension\/options.html"
            ],
            "js": [
                "js\/autostop.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "css\/youtube.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.turnoffthelights.com\/extension\/options.html"
            ],
            "js": [
                "js\/constants.js",
                "js\/options.js",
                "js\/Chart.js",
                "js\/eco-preview.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L"
            }
        },
        "toggle-feature-nightmode": {
            "suggested_key": {
                "default": "Ctrl+Shift+N",
                "mac": "MacCtrl+Shift+N"
            },
            "description": "__MSG_titelnighttheme__"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "offline_enabled": true,
    "minimum_chrome_version": "33",
    "storage": {
        "managed_schema": "schema.json"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "",
        "storage"
    ]
}