Shorts Blocker
Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Was ist Shorts Blocker?
Shorts Blocker ist eine Chrome-Erweiterung, die von Umut Seven entwickelt wurde, und ihr Hauptmerkmal ist "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".
Erweiterungsscreenshots
Shorts Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shorts Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Requirements: Chrome 105 and above Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? Introducing, the Shorts Blocker; a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results. The entire project is open source, with no data collection, no ads, and no tracking.
Grundlegende Informationen zur Erweiterung
Name | Shorts Blocker |
ID | ckagfhpboagdopichicnebandlofghbc |
Offizielle URL | https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc |
Beschreibung | Removes Shorts from the home page, subscriptions page, and the search results in Youtube. |
Dateigröße | 9.3 KB |
Installationsanzahl | 6,000 |
Aktuelle Version | 3.2 |
Letztes Update | 2023-11-09 |
Veröffentlichungsdatum | 2023-05-02 |
Bewertung | 4.38/5 Insgesamt 21 Bewertungen |
Entwickler | Umut Seven |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/umutseven92/shorts-blocker |
Hilfeseite URL | https://github.com/umutseven92/shorts-blocker/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shorts Blocker", "version": "3.2", "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "css": [ "css\/blocker.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |