No YouTube Shorts
Hides YouTube Shorts and redirects you to the home page if you open a shorts video
Wat is No YouTube Shorts?
No YouTube Shorts is een Chrome-extensie ontwikkeld door Diefenbaker Bell, en de belangrijkste functie is "Hides YouTube Shorts and redirects you to the home page if you open a shorts video".
Extensie Screenshots
Download het CRX-bestand van de extensie No YouTube Shorts
Download No YouTube Shorts-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
This will hide the navigation button to Shorts, hide the video thumbnails for any Shorts, and redirect you to a page of your choice if you accidentally end up on a Shorts video. Each of these can be individually disabled by clicking the No YouTube Shorts extension icon in the top-right of Google Chrome, and there is also a button to disable the extension for one hour. Feature requests: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Aenhancement Bug reports: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Abug
Basisinformatie over de Extensie
Naam | No YouTube Shorts |
ID | cankncniogidmgifjpmaooockgomfmmn |
Officiële URL | https://chromewebstore.google.com/detail/no-youtube-shorts/cankncniogidmgifjpmaooockgomfmmn |
Beschrijving | Hides YouTube Shorts and redirects you to the home page if you open a shorts video |
Bestandsgrootte | 1.77 MB |
Aantal Installaties | 363 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-04-08 |
Publicatiedatum | 2022-04-07 |
Beoordeling | 2.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Diefenbaker Bell |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/DiefBell/No-Youtube-Shorts-Extension/tree/main |
Help Pagina-URL | https://github.com/DiefBell/No-Youtube-Shorts-Extension/issues |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "No YouTube Shorts", "description": "Hides YouTube Shorts and redirects you to the home page if you open a shorts video", "version": "1.0.0", "icons": { "16": "\/icon\/no-yt-shorts-16.png", "32": "\/icon\/no-yt-shorts-32.png", "48": "\/icon\/no-yt-shorts-48.png", "128": "\/icon\/no-yt-shorts-128.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "action": { "default_title": "YT No Shorts", "default_popup": "popup.html", "default_icon": { "16": "\/icon\/no-yt-shorts-16.png", "32": "\/icon\/no-yt-shorts-32.png", "48": "\/icon\/no-yt-shorts-48.png", "128": "\/icon\/no-yt-shorts-128.png" } } } |