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
官方網址 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"
            ]
        }
    ]
}