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…
Wat is Youtube popup blocker?
Youtube popup blocker is een Chrome-extensie ontwikkeld door Dev Fasil, en de belangrijkste functie is "People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube popup blocker
Download Youtube popup blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Youtube popup blocker |
ID | calcepdepicecadfaibokdeheekbihkc |
Officiële URL | https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc |
Beschrijving | People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen… |
Bestandsgrootte | 6.86 KB |
Aantal Installaties | 1,403 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2020-09-09 |
Publicatiedatum | 2020-08-31 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Dev Fasil |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |