Anti YT Shorts
Redirects you to the original YouTube video player!
Wat is Anti YT Shorts?
Anti YT Shorts is een Chrome-extensie ontwikkeld door Happy Fone, en de belangrijkste functie is "Redirects you to the original YouTube video player!".
Extensie Screenshots
Download het CRX-bestand van de extensie Anti YT Shorts
Download Anti YT 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
Shorts play through the regular video player rather than the new YouTube Shorts video player. Basisinformatie over de Extensie
| Naam | |
| ID | bofjknoigjmbficfpafehgldedfijcdd |
| Officiële URL | https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd |
| Beschrijving | Redirects you to the original YouTube video player! |
| Bestandsgrootte | 39.01 KB |
| Aantal Installaties | 199 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-03-07 |
| Publicatiedatum | 2022-03-06 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Happy Fone |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Anti YT Shorts",
"version": "1.0",
"description": "Redirects you to the original YouTube video player!",
"icons": {
"128": "antishorts.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*",
"http:\/\/*.youtube.com\/*"
],
"js": [
"content-script.js"
]
}
]
} | |