Stop Youtube Autoplay

Stop Youtube Autoplay feature for Watch Later videos

Qu'est-ce que Stop Youtube Autoplay ?

Stop Youtube Autoplay est une extension Chrome développée par memorizer.eecs, et sa fonction principale est "Stop Youtube Autoplay feature for Watch Later videos".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Stop Youtube Autoplay

Téléchargez les fichiers d'extension Stop Youtube Autoplay 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

                        Extension to stop Youtube autoplay, specifically for your Watch Later list.

- Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist.

*Note: 
- currently only works for Watch Later list
- currently only works if the selected video is opened in a new tab                    

Informations de Base sur l'Extension

Nom Stop Youtube Autoplay Stop Youtube Autoplay
ID igfflabimklppabjlnhhpmjmjmnbgcfl
URL Officiel https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl
Description Stop Youtube Autoplay feature for Watch Later videos
Taille du Fichier 29.79 KB
Nombre d'Installations 108
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-25
Date de Publication 2022-02-25
Évaluation 1.00/5 Total 2 Évaluations
Développeur memorizer.eecs
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stop Youtube Autoplay",
    "description": "Stop Youtube Autoplay feature for Watch Later videos",
    "version": "1.0",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "action": {
        "default_title": "Stop Youtube Autoplay",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon.png"
        }
    }
}