Remove from Feed Button for YouTube

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

Qu'est-ce que Remove from Feed Button for YouTube ?

Remove from Feed Button for YouTube est une extension Chrome développée par Jerome Dane, et sa fonction principale est "Easily remove items from your YouTube subscription feed with a single click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove from Feed Button for YouTube

Téléchargez les fichiers d'extension Remove from Feed Button for YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Remove from Feed Button for YouTube Remove from Feed Button for YouTube
ID ogclfblkiagkkfpdbbbphchgfkieecml
URL Officiel https://chromewebstore.google.com/detail/remove-from-feed-button-f/ogclfblkiagkkfpdbbbphchgfkieecml
Description Easily remove items from your YouTube subscription feed with a single click
Taille du Fichier 48.05 KB
Nombre d'Installations 549
Version Actuelle 0.0.7
Dernière Mise à Jour 2015-11-21
Date de Publication 2015-11-21
Évaluation 3.67/5 Total 43 Évaluations
Développeur Jerome Dane
Type de Paiement free
Site Web de l'Extension https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button
Langues Prises en Charge 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"
        }
    ]
}