Autoplay Shorts

Autoplays YouTube shorts video after end of video

Cos'è Autoplay Shorts?

Autoplay Shorts è un'estensione di Chrome sviluppata da ProtoCode, e la sua funzione principale è "Autoplays YouTube shorts video after end of video".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Autoplay Shorts

Scarica i file di estensione Autoplay Shorts 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

                        Do you spend hours looking at shorts? Do you like press arrow down after each short? Then you have come to the right place, spend hours forgetting about work or studies!

How to use?
The extension will not start auto play until after the first short is skipped.
 1) Navigate to YouTube homepage
 2) Click on Shorts
 3) Move to next short
 4) Enjoy :)                    

Informazioni di Base sull'Estensione

Nome Autoplay Shorts Autoplay Shorts
ID hfmgmegpgdbdiejflmokkoidlggoohgf
URL Ufficiale https://chrome.google.com/webstore/detail/autoplay-shorts/hfmgmegpgdbdiejflmokkoidlggoohgf
Descrizione Autoplays YouTube shorts video after end of video
Dimensione del File 20.47 KB
Conteggio Installazioni 504
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-04-20
Data di Pubblicazione 2022-11-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ProtoCode
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoplay Shorts",
    "description": "Autoplays YouTube shorts video after end of video",
    "homepage_url": "https:\/\/alexander-hornsby.uk\/",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/shorts\/*"
    ]
}