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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}