Autoplay Shorts

Autoplays YouTube shorts video after end of video

Qu'est-ce que Autoplay Shorts ?

Autoplay Shorts est une extension Chrome développée par ProtoCode, et sa fonction principale est "Autoplays YouTube shorts video after end of video".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Autoplay Shorts

Téléchargez les fichiers d'extension Autoplay Shorts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Autoplay Shorts Autoplay Shorts
ID hfmgmegpgdbdiejflmokkoidlggoohgf
URL Officiel https://chrome.google.com/webstore/detail/autoplay-shorts/hfmgmegpgdbdiejflmokkoidlggoohgf
Description Autoplays YouTube shorts video after end of video
Taille du Fichier 20.47 KB
Nombre d'Installations 504
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-04-20
Date de Publication 2022-11-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur ProtoCode
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}