Load All Youtube Replies

Loads all the YouTube replies with 1 click on View Replies

Qu'est-ce que Load All Youtube Replies ?

Load All Youtube Replies est une extension Chrome développée par totalvamp, et sa fonction principale est "Loads all the YouTube replies with 1 click on View Replies".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Load All Youtube Replies

Téléchargez les fichiers d'extension Load All Youtube Replies 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 now loads comments 10 or so at a time, which is very annoying with a long list of replies. This extension will click for you so it loads all the replies until there are none left                    

Informations de Base sur l'Extension

Nom Load All Youtube Replies Load All Youtube Replies
ID eckljaepjkgppihfdfmfojpmcipdpfjg
URL Officiel https://chromewebstore.google.com/detail/load-all-youtube-replies/eckljaepjkgppihfdfmfojpmcipdpfjg
Description Loads all the YouTube replies with 1 click on View Replies
Taille du Fichier 33.39 KB
Nombre d'Installations 59
Version Actuelle 1.0
Dernière Mise à Jour 2018-12-26
Date de Publication 2018-12-26
Évaluation 2.33/5 Total 3 Évaluations
Développeur totalvamp
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": 2,
    "name": "Load All Youtube Replies",
    "description": "Loads all the YouTube replies with 1 click on View Replies",
    "version": "1.0",
    "author": "totalvamp",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ]
}