Shorts Blocker YouTube 2024
Block all shorts on YouTube 2024
Qu'est-ce que Shorts Blocker YouTube 2024 ?
Shorts Blocker YouTube 2024 est une extension Chrome développée par zakirullahkhan6269, et sa fonction principale est "Block all shorts on YouTube 2024".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shorts Blocker YouTube 2024
Téléchargez les fichiers d'extension Shorts Blocker YouTube 2024 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
Download the Extension! (Follow all Steps to work properly) * Click on the Extension icon * Turn "ON" the Extension !! (1st Step) * Open YouTube (If not open) !! (2nd Step) * After Turn "ON/OFF" extension reload the page. * Enjoy Free Shorts YouTube In case any problem occur or not working properly Press (CTRL+R ) to reload the page. "The use of the YouTube(TM) name or trademark is for identification, reference or descriptive purposes only and does not imply any association with YouTube(TM) or their product brand".
Informations de Base sur l'Extension
Nom | |
ID | enhhhdkalfimnhhliifcnphjnlgbdlgb |
URL Officiel | https://chromewebstore.google.com/detail/shorts-blocker-youtube-20/enhhhdkalfimnhhliifcnphjnlgbdlgb |
Description | Block all shorts on YouTube 2024 |
Taille du Fichier | 6.41 MB |
Nombre d'Installations | 132 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2024-02-16 |
Date de Publication | 2023-08-10 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | zakirullahkhan6269 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shorts Blocker YouTube 2024", "short_name": "SBYT", "version": "1.4", "manifest_version": 3, "description": "Block all shorts on YouTube 2024", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "SBYT", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "\/style.css", "css\/jquery-confirm.css" ], "js": [ "js\/jquery.min.js", "js\/sweetAlert.min.js", "js\/jquery-confirm.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" } } |