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 là gì?

Youtube popup blocker là một tiện ích mở rộng Chrome được phát triển bởi Dev Fasil, và tính năng chính của nó là "People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube popup blocker

Tải xuống các tệp mở rộng Youtube popup blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube popup blocker Youtube popup blocker
ID calcepdepicecadfaibokdeheekbihkc
URL Chính Thức https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc
Mô tả People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…
Kích Thước Tệp 6.86 KB
Số Lần Cài Đặt 1,403
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-09-09
Ngày Phát Hành 2020-08-31
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Dev Fasil
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}