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文件

下载Video Eraser for Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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