Anti-Short
Stop using YouTube's short video player.
Cos'è Anti-Short?
Anti-Short è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Stop using YouTube's short video player.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Anti-Short
Scarica i file di estensione Anti-Short in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer. Informazioni di Base sull'Estensione
| Nome | |
| ID | icndfcelhhpiihkbchfakognjlcchflc |
| URL Ufficiale | https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc |
| Descrizione | Stop using YouTube's short video player. |
| Dimensione del File | 180 KB |
| Conteggio Installazioni | 37 |
| Versione Corrente | 1.0 pre-release |
| Ultimo Aggiornamento | 2022-04-06 |
| Data di Pubblicazione | 2022-04-06 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/stautonico/anti-short |
| URL della Pagina di Aiuto | https://github.com/stautonico/anti-short |
| Lingue Supportate | 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"
}
} | |