YT Shorts Blocker
Block YouTube shorts from showing up on your feed.
Wat is YT Shorts Blocker?
YT Shorts Blocker is een Chrome-extensie ontwikkeld door Natalius, en de belangrijkste functie is "Block YouTube shorts from showing up on your feed.".
Extensie Screenshots
Download het CRX-bestand van de extensie YT Shorts Blocker
Download YT Shorts Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Block YouTube shorts from showing up on your feed. You are still able to view them by going directly to your shorts feed.
Basisinformatie over de Extensie
Naam | YT Shorts Blocker |
ID | dekfemoloimmoffncaglceheghddongm |
Officiële URL | https://chromewebstore.google.com/detail/yt-shorts-blocker/dekfemoloimmoffncaglceheghddongm |
Beschrijving | Block YouTube shorts from showing up on your feed. |
Bestandsgrootte | 31.95 KB |
Aantal Installaties | 629 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-07-17 |
Publicatiedatum | 2023-05-08 |
Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Natalius |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Natalius-dev/YT-Shorts-Blocker |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YT Shorts Blocker", "description": "Block YouTube shorts from showing up on your feed.", "version": "1.1.0", "icons": { "16": "icon_small.png", "32": "icon_small.png", "48": "icon_large.png", "128": "icon_large.png" }, "action": { "default_icon": "icon_small.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "index.js" ] } ] } |