Youtube Anti Shorts
Hide All YouTube Shorts
Wat is Youtube Anti Shorts?
Youtube Anti Shorts is een Chrome-extensie ontwikkeld door sapondanaisriwan, en de belangrijkste functie is "Hide All YouTube Shorts".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Anti Shorts
Download Youtube Anti 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
Hide All Shorts videos on YouTube.
Source code: https://github.com/sapondanaisriwan/youtube-anti-shorts
Changelog: https://github.com/sapondanaisriwan/youtube-anti-shorts/blob/main/CHANGELOD.md
Bug Report: https://github.com/sapondanaisriwan/youtube-anti-shorts/issues Basisinformatie over de Extensie
| Naam | |
| ID | lfhnlieoomhlancdfhihpopgkiekbefd |
| Officiële URL | https://chrome.google.com/webstore/detail/lfhnlieoomhlancdfhihpopgkiekbefd |
| Beschrijving | Hide All YouTube Shorts |
| Bestandsgrootte | 138 KB |
| Aantal Installaties | 21 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2023-07-20 |
| Publicatiedatum | 2023-05-27 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | sapondanaisriwan |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/sapondanaisriwan/youtube-anti-shorts/ |
| Help Pagina-URL | https://github.com/sapondanaisriwan/youtube-anti-shorts/issues |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Youtube Anti Shorts",
"description": "Hide All YouTube Shorts",
"version": "1.0.2",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": ".\/asset\/img\/icon-16.png",
"32": ".\/asset\/img\/icon-32.png",
"48": ".\/asset\/img\/icon-48.png",
"128": ".\/asset\/img\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
".\/variables.js",
".\/init-data.js",
".\/hide-shorts.js"
]
}
]
} | |