Hide Shorts for YouTube
Disable - Block Shorts for Youtube
Wat is Hide Shorts for YouTube?
Hide Shorts for YouTube is een Chrome-extensie ontwikkeld door ey2y34, en de belangrijkste functie is "Disable - Block Shorts for Youtube".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide Shorts for YouTube
Download Hide Shorts for YouTube-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
Simple extension to block YT Shorts Block YouTube Shorts effortlessly with this simple browser extension.
Basisinformatie over de Extensie
Naam | Hide Shorts for YouTube |
ID | pgeleiggmfnpbanhagnpajcfilnkaghj |
Officiële URL | https://chromewebstore.google.com/detail/hide-shorts-for-youtube/pgeleiggmfnpbanhagnpajcfilnkaghj |
Beschrijving | Disable - Block Shorts for Youtube |
Bestandsgrootte | 20.64 KB |
Aantal Installaties | 680 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2023-07-31 |
Publicatiedatum | 2020-12-02 |
Beoordeling | 4.06/5 Totaal 32 Beoordelingen |
Ontwikkelaar | ey2y34 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://sites.google.com/view/extensions-privacy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Shorts for YouTube", "description": "Disable - Block Shorts for Youtube", "version": "1.0.4", "icons": { "128": "icon.png" }, "action": { "default_icon": { "128": "icon.png" }, "default_title": "Remove Youtube Shorts" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "main.css" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |