Remove from Feed Button for YouTube

Easily remove items from your YouTube subscription feed with a single click

Cos'è Remove from Feed Button for YouTube?

Remove from Feed Button for YouTube è un'estensione di Chrome sviluppata da Jerome Dane, e la sua funzione principale è "Easily remove items from your YouTube subscription feed with a single click".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Remove from Feed Button for YouTube

Scarica i file di estensione Remove from Feed Button for YouTube 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

                        Puts "X" button to the right of each videos in your YouTube subscription feed to allow removing videos with a single click.

Please report issues at https://goo.gl/4IgEU1

GitHub: https://goo.gl/2NK3T

Like this? You could buy me a cop of coffee: http://goo.gl/xzEAG

Follow me for updates on other projects:

Github: https://goo.gl/nYUgZm
Google: http://goo.gl/brcnw
Twitter: http://goo.gl/UTh0W
Facebook: http://goo.gl/OwKIG                    

Informazioni di Base sull'Estensione

Nome Remove from Feed Button for YouTube Remove from Feed Button for YouTube
ID ogclfblkiagkkfpdbbbphchgfkieecml
URL Ufficiale https://chromewebstore.google.com/detail/remove-from-feed-button-f/ogclfblkiagkkfpdbbbphchgfkieecml
Descrizione Easily remove items from your YouTube subscription feed with a single click
Dimensione del File 48.05 KB
Conteggio Installazioni 549
Versione Corrente 0.0.7
Ultimo Aggiornamento 2015-11-21
Data di Pubblicazione 2015-11-21
Valutazione 3.67/5 Totale 43 Valutazioni
Sviluppatore Jerome Dane
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove from Feed Button for YouTube",
    "description": "Easily remove items from your YouTube subscription feed with a single click",
    "version": "0.0.7",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/www.youtube.com\/feed\/subscriptions*",
        "https:\/\/www.youtube.com\/feed\/subscriptions*"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "images\/close_16_r8.png"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}