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