YouTube Shorts Remover
A lightweight extension that removes the youtube shorts button on the sidebar.
Qu'est-ce que YouTube Shorts Remover ?
YouTube Shorts Remover est une extension Chrome développée par Laith Alayassa, et sa fonction principale est "A lightweight extension that removes the youtube shorts button on the sidebar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Shorts Remover
Téléchargez les fichiers d'extension YouTube Shorts Remover 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
If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that. This extension removes the shorts tab button so that you don't click it.
Informations de Base sur l'Extension
Nom | |
ID | jcbjhgdapmnpgcogifboiepkpdpacipj |
URL Officiel | https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj |
Description | A lightweight extension that removes the youtube shorts button on the sidebar. |
Taille du Fichier | 8.4 KB |
Nombre d'Installations | 934 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2023-11-21 |
Date de Publication | 2022-07-27 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | Laith Alayassa |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Shorts Remover", "description": "A lightweight extension that removes the youtube shorts button on the sidebar.", "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "remover.js" ] } ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |