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…
Qu'est-ce que Youtube popup blocker ?
Youtube popup blocker est une extension Chrome développée par Dev Fasil, et sa fonction principale est "People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube popup blocker
Téléchargez les fichiers d'extension Youtube popup blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Youtube popup blocker |
ID | calcepdepicecadfaibokdeheekbihkc |
URL Officiel | 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… |
Taille du Fichier | 6.86 KB |
Nombre d'Installations | 1,403 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2020-09-09 |
Date de Publication | 2020-08-31 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | Dev Fasil |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |