Autoplay Shorts

Autoplays YouTube shorts video after end of video

Was ist Autoplay Shorts?

Autoplay Shorts ist eine Chrome-Erweiterung, die von ProtoCode entwickelt wurde, und ihr Hauptmerkmal ist "Autoplays YouTube shorts video after end of video".

Erweiterungsscreenshots

screenshot

Autoplay Shorts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Autoplay Shorts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 :)                    

Grundlegende Informationen zur Erweiterung

Name Autoplay Shorts Autoplay Shorts
ID hfmgmegpgdbdiejflmokkoidlggoohgf
Offizielle URL https://chrome.google.com/webstore/detail/autoplay-shorts/hfmgmegpgdbdiejflmokkoidlggoohgf
Beschreibung Autoplays YouTube shorts video after end of video
Dateigröße 20.47 KB
Installationsanzahl 504
Aktuelle Version 1.1.0
Letztes Update 2023-04-20
Veröffentlichungsdatum 2022-11-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ProtoCode
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}