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…
What is Youtube popup blocker?
Youtube popup blocker is a Chrome extension developed by Dev Fasil, and its main feature is "People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…".
Extension Screenshots
Download Youtube popup blocker Extension CRX File
Download Youtube popup blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Youtube popup blocker |
ID | calcepdepicecadfaibokdeheekbihkc |
Official URL | https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc |
Description | People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen… |
File Size | 6.86 KB |
Installation Count | 1,403 |
Current Version | 2.0 |
Last Updated | 2020-09-09 |
Publish Date | 2020-08-31 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Dev Fasil |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |