Remove from Feed Button for YouTube

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

Remove from Feed Button for YouTubeとは何ですか?

Remove from Feed Button for YouTubeはJerome Daneによって開発されたChromeの拡張機能で、その主な機能は「Easily remove items from your YouTube subscription feed with a single click」です。

拡張機能のスクリーンショット

screenshot

Remove from Feed Button for YouTube拡張機能のCRXファイルをダウンロード

Remove from Feed Button for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Remove from Feed Button for YouTube Remove from Feed Button for YouTube
ID ogclfblkiagkkfpdbbbphchgfkieecml
公式URL https://chromewebstore.google.com/detail/remove-from-feed-button-f/ogclfblkiagkkfpdbbbphchgfkieecml
説明 Easily remove items from your YouTube subscription feed with a single click
ファイルサイズ 48.05 KB
インストール数 549
現在のバージョン 0.0.7
最終更新日 2015-11-21
公開日 2015-11-21
評価 3.67/5 合計 43 レビュー
開発者 Jerome Dane
支払い方法 free
拡張機能のウェブサイト https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button
対応言語 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"
        }
    ]
}