Youtube Nonstop

Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'

Qu'est-ce que Youtube Nonstop ?

Youtube Nonstop est une extension Chrome développée par khongoton, et sa fonction principale est "Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Nonstop

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

                        Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'                    

Informations de Base sur l'Extension

Nom Youtube Nonstop Youtube Nonstop
ID mchagemcboihinadnlbiddcfepiakfop
URL Officiel https://chromewebstore.google.com/detail/youtube-nonstop/mchagemcboihinadnlbiddcfepiakfop
Description Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'
Taille du Fichier 10.27 KB
Nombre d'Installations 864
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-06-06
Date de Publication 2023-03-16
Évaluation 2.83/5 Total 6 Évaluations
Développeur khongoton
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Nonstop",
    "description": "Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'",
    "version": "1.0.3",
    "icons": {
        "16": "public\/icons\/16.png",
        "48": "public\/icons\/48.png",
        "128": "public\/icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "tab\/ytnonstop.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}