Disable YouTube Share Box

Prevents the annoying share, embed, and email box under YouTube videos from popping down

Cos'è Disable YouTube Share Box?

Disable YouTube Share Box è un'estensione di Chrome sviluppata da Justin Hendryx, e la sua funzione principale è "Prevents the annoying share, embed, and email box under YouTube videos from popping down".

Scarica il file CRX dell'estensione Disable YouTube Share Box

Scarica i file di estensione Disable YouTube Share Box 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

                                            

Informazioni di Base sull'Estensione

Nome Disable YouTube Share Box Disable YouTube Share Box
ID ihganmkmfefmfgfcebnadcbalknnnmij
URL Ufficiale https://chromewebstore.google.com/detail/disable-youtube-share-box/ihganmkmfefmfgfcebnadcbalknnnmij
Descrizione Prevents the annoying share, embed, and email box under YouTube videos from popping down
Dimensione del File 18.67 KB
Conteggio Installazioni 11
Versione Corrente 0.1
Ultimo Aggiornamento 2016-02-22
Data di Pubblicazione 2016-02-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Justin Hendryx
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable YouTube Share Box",
    "version": "0.1",
    "description": "Prevents the annoying share, embed, and email box under YouTube videos from popping down",
    "author": "Justin Hendryx",
    "permissions": [
        "contentSettings",
        "tabs"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "css": [
                "fixsocial.css"
            ]
        }
    ],
    "manifest_version": 2
}