Shorts Remover for YouTube™ Subscriptions
A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed
Qu'est-ce que Shorts Remover for YouTube™ Subscriptions ?
Shorts Remover for YouTube™ Subscriptions est une extension Chrome développée par https://wehri.app, et sa fonction principale est "A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shorts Remover for YouTube™ Subscriptions
Téléchargez les fichiers d'extension Shorts Remover for YouTube™ Subscriptions 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
Even though YouTube Shorts can be entertaining, they tend to flood the subscription section. This can make discovering new interesting videos more than tedious. Youtube Subscriptions Shorts Remover is a slim extension that removes YouTube Shorts from the subscription section of the website only. Other areas are not affected, so that Shorts can still be enjoyed as usual. This is my first, modest Chrome extension. I would be very happy if you leave a review, or send me bug reports or constructive criticism. SUPPORT ---------------------------------------------- And if you really like this extension, and want to support me and my projects, feel free to buymeacoffee, any support is much appreciated! https://www.buymeacoffee.com/wehri UPDATES ---------------------------------------------- #1.4.0 - Limited removal to shorts tab - fixed messed up search results - fixed popup layout - altered extension name to prevent trademark issues #1.3.0: - new Shorts sections will be removed from grid and list - changed extension icon to prevent trademark issues
Informations de Base sur l'Extension
Nom | Shorts Remover for YouTube™ Subscriptions |
ID | apdnbhhgdaocpnifchcoejbekkdjpgnj |
URL Officiel | https://chromewebstore.google.com/detail/shorts-remover-for-youtub/apdnbhhgdaocpnifchcoejbekkdjpgnj |
Description | A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed |
Taille du Fichier | 27.88 KB |
Nombre d'Installations | 1,594 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2023-12-26 |
Date de Publication | 2023-02-01 |
Évaluation | 4.05/5 Total 41 Évaluations |
Développeur | https://wehri.app |
[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": "Shorts Remover for YouTube\u2122 Subscriptions", "version": "1.4.0", "description": "A slim extension that removes YouTube\u2122 Shorts from the YouTube\u2122 subscriptions feed", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_title": "Shorts Remover for YouTube\u2122 Subscriptions" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.youtube.com\/feed\/*" ], "run_at": "document_idle" } ] } |