Video Eraser for Youtube

Blocks videos and channels on Youtube.

Video Eraser for Youtube란 무엇입니까?

Video Eraser for Youtube은(는) jonas.sjoblom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks videos and channels on Youtube."입니다.

확장 프로그램 스크린샷

screenshot

Video Eraser for Youtube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Finally updated and working again!

Removes youtube videos from channels of your choise. You can enter channels by exact channel name or a part of the channel name as well as a part of the video title.

List of erased channels and videos can be exported and imported.
List is also automatically synced between your devices.

Video thumbnails can be right-clicked and added to the list of removed channels.

Also removes your chosen channels from google search results.                    

확장 프로그램 기본 정보

이름 Video Eraser for Youtube Video Eraser for Youtube
ID ncjaanmcllojocgohhafinfdnncopdio
공식 URL https://chromewebstore.google.com/detail/video-eraser-for-youtube/ncjaanmcllojocgohhafinfdnncopdio
설명 Blocks videos and channels on Youtube.
파일 크기 59.74 KB
설치 횟수 411
현재 버전 1.5.0
최근 업데이트 2020-09-08
출시 날짜 2018-02-23
평점 3.50/5 총 6 개의 평점
개발자 jonas.sjoblom
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Eraser for Youtube",
    "short_name": "Video Eraser",
    "description": "Blocks videos and channels on Youtube.",
    "version": "1.5.0",
    "author": "Jonas Sj\u00f6blom",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "web_accessible_resources": [
        "Update\/*",
        "icons\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png",
            "512": "icons\/icon512.png"
        },
        "matches": [
            "*:\/\/www.youtube.com\/*",
            "*:\/\/www.google.com\/*",
            "*:\/\/www.google.co.uk\/*",
            "*:\/\/www.google.jp\/*",
            "*:\/\/www.google.fi\/*",
            "*:\/\/www.google.it\/*",
            "*:\/\/www.google.fr\/*",
            "*:\/\/www.google.de\/*",
            "*:\/\/www.google.ca\/*",
            "*:\/\/www.google.se\/*",
            "*:\/\/www.google.no\/*",
            "*:\/\/www.google.nl\/*",
            "*:\/\/www.google.es\/*",
            "*:\/\/www.google.cz\/*",
            "*:\/\/www.google.be\/*",
            "*:\/\/www.google.ch\/*",
            "*:\/\/www.google.ru\/*",
            "*:\/\/www.google.pl\/*",
            "*:\/\/www.google.at\/*",
            "*:\/\/www.google.in\/*",
            "*:\/\/www.google.cn\/*",
            "*:\/\/www.google.us\/*",
            "*:\/\/www.google.br\/*",
            "*:\/\/www.google.ar\/*",
            "*:\/\/www.google.dk\/*",
            "*:\/\/www.google.ro\/*",
            "*:\/\/www.google.kr\/*",
            "*:\/\/www.google.au\/*",
            "*:\/\/www.google.za\/*",
            "*:\/\/www.google.id\/*",
            "*:\/\/www.google.th\/*",
            "*:\/\/www.google.ir\/*",
            "*:\/\/www.google.mx\/*",
            "*:\/\/www.google.ua\/*",
            "*:\/\/www.google.nz\/*",
            "*:\/\/www.google.vn\/*",
            "*:\/\/www.google.ph\/*",
            "*:\/\/www.google.ma\/*"
        ],
        "default_title": "Video eraser for youtube",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.co.uk\/*",
                "*:\/\/www.google.jp\/*",
                "*:\/\/www.google.fi\/*",
                "*:\/\/www.google.it\/*",
                "*:\/\/www.google.fr\/*",
                "*:\/\/www.google.de\/*",
                "*:\/\/www.google.ca\/*",
                "*:\/\/www.google.se\/*",
                "*:\/\/www.google.no\/*",
                "*:\/\/www.google.nl\/*",
                "*:\/\/www.google.es\/*",
                "*:\/\/www.google.cz\/*",
                "*:\/\/www.google.be\/*",
                "*:\/\/www.google.ch\/*",
                "*:\/\/www.google.ru\/*",
                "*:\/\/www.google.pl\/*",
                "*:\/\/www.google.at\/*",
                "*:\/\/www.google.in\/*",
                "*:\/\/www.google.cn\/*",
                "*:\/\/www.google.us\/*",
                "*:\/\/www.google.br\/*",
                "*:\/\/www.google.ar\/*",
                "*:\/\/www.google.dk\/*",
                "*:\/\/www.google.ro\/*",
                "*:\/\/www.google.kr\/*",
                "*:\/\/www.google.au\/*",
                "*:\/\/www.google.za\/*",
                "*:\/\/www.google.id\/*",
                "*:\/\/www.google.th\/*",
                "*:\/\/www.google.ir\/*",
                "*:\/\/www.google.mx\/*",
                "*:\/\/www.google.ua\/*",
                "*:\/\/www.google.nz\/*",
                "*:\/\/www.google.vn\/*",
                "*:\/\/www.google.ph\/*",
                "*:\/\/www.google.ma\/*"
            ],
            "js": [
                "includes\/jquery-3.3.1.min.js",
                "includes\/renderers.js",
                "includes\/functions.js",
                "includes\/lists.js",
                "contentscript\/contentscript.js"
            ],
            "css": [
                "contentscript\/contentscript.css"
            ]
        }
    ]
}