Anti-Short
Stop using YouTube's short video player.
Wat is Anti-Short?
Anti-Short is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Stop using YouTube's short video player.".
Extensie Screenshots
Download het CRX-bestand van de extensie Anti-Short
Download Anti-Short-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 extension bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer. Basisinformatie over de Extensie
| Naam | |
| ID | icndfcelhhpiihkbchfakognjlcchflc |
| Officiële URL | https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc |
| Beschrijving | Stop using YouTube's short video player. |
| Bestandsgrootte | 180 KB |
| Aantal Installaties | 37 |
| Huidige Versie | 1.0 pre-release |
| Laatst Bijgewerkt | 2022-04-06 |
| Publicatiedatum | 2022-04-06 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/stautonico/anti-short |
| Help Pagina-URL | https://github.com/stautonico/anti-short |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Anti-Short",
"version": "1.0",
"version_name": "1.0 pre-release",
"description": "Stop using YouTube's short video player.",
"author": "Steve Tautonico",
"permissions": [
"scripting"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"homepage_url": "https:\/\/github.com\/stautonico\/anti-short",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
}
} | |