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…
Co je Youtube popup blocker?
Youtube popup blocker je rozšíření Chrome vyvinuté Dev Fasil, a jeho hlavní funkcí je „People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube popup blocker
Stáhněte si soubory rozšíření Youtube popup blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Youtube popup blocker |
ID | calcepdepicecadfaibokdeheekbihkc |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc |
Popis | People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen… |
Velikost souboru | 6.86 KB |
Počet instalací | 1,403 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2020-09-09 |
Datum Vydání | 2020-08-31 |
Hodnocení | 4.43/5 Celkem 7 Hodnocení |
Vývojář | Dev Fasil |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [] } |