Youtube Manual AD Remover

Manually remove the youtube ads by pressing the ESC key (or Shift + E).

Cos'è Youtube Manual AD Remover?

Youtube Manual AD Remover è un'estensione di Chrome sviluppata da mountaindull, e la sua funzione principale è "Manually remove the youtube ads by pressing the ESC key (or Shift + E).".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Youtube Manual AD Remover

Scarica i file di estensione Youtube Manual AD Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allows you to remove Youtube ads by pressing ESC or Shift + E when playing Youtube videos.
You can remove ads with one click without moving the cursor.
Only Shift + E is valid at full screen.

You cannot use skip shortcut if keyboard shortcut allocation are conflicted.
Please be careful when use with another youtube extensions.                    

Informazioni di Base sull'Estensione

Nome Youtube Manual AD Remover Youtube Manual AD Remover
ID jfbjbbfpbogjffpkcfmchfgamgioniea
URL Ufficiale https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea
Descrizione Manually remove the youtube ads by pressing the ESC key (or Shift + E).
Dimensione del File 11.32 KB
Conteggio Installazioni 375
Versione Corrente 1.3.4
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2022-01-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore mountaindull
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Keinsleif/youtube-manual-ad-remover
URL della Pagina di Aiuto https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "1.3.4",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "ad-killer.js"
            ]
        }
    ]
}