Youtube popup blocker

People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…

什么是Youtube popup blocker?

Youtube popup blocker是由Dev Fasil开发的Chrome扩展程序,该扩展的主要功能是“People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…”。

扩展截图

screenshot

下载Youtube popup blocker扩展crx文件

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

扩展使用说明

                        People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen that can't be turned off. This extention removes those unwanted popups.

It can be easily turned off again by clicking on the extention button in the top right.                    

扩展基本信息

名称 Youtube popup blocker Youtube popup blocker
ID calcepdepicecadfaibokdeheekbihkc
官方URL https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc
简介 People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…
文件大小 6.86 KB
安装次数 1,403
当前版本 2.0
更新时间 2020-09-09
上架时间 2020-08-31
评分 4.43/5 共7次评分
开发者 Dev Fasil
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube popup blocker",
    "manifest_version": 2,
    "version": "2.0",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "rb_active_16.png",
        "128": "fyt_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}