YT End Cards Hider

YT End Cards Hider

Cos'è YT End Cards Hider?

YT End Cards Hider è un'estensione di Chrome sviluppata da Ayudh Kumar Gupta, e la sua funzione principale è "YT End Cards Hider".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YT End Cards Hider

Scarica i file di estensione YT End Cards Hider 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

                        Hide annoying End Cards from YouTube videos. Remove suggested videos that show up as thumbnails at the end of a YouTube video with this simple extension.                    

Informazioni di Base sull'Estensione

Nome YT End Cards Hider YT End Cards Hider
ID jokabnhdpdjkpncammcloeagdnnooima
URL Ufficiale https://chromewebstore.google.com/detail/yt-end-cards-hider/jokabnhdpdjkpncammcloeagdnnooima
Descrizione YT End Cards Hider
Dimensione del File 12.68 KB
Conteggio Installazioni 1,100
Versione Corrente 1.0
Ultimo Aggiornamento 2020-05-07
Data di Pubblicazione 2020-05-07
Valutazione 4.73/5 Totale 15 Valutazioni
Sviluppatore Ayudh Kumar Gupta
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT End Cards Hider",
    "version": "1.0",
    "description": "YT End Cards Hider",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}