Load All Youtube Replies

Loads all the YouTube replies with 1 click on View Replies

Was ist Load All Youtube Replies?

Load All Youtube Replies ist eine Chrome-Erweiterung, die von totalvamp entwickelt wurde, und ihr Hauptmerkmal ist "Loads all the YouTube replies with 1 click on View Replies".

Erweiterungsscreenshots

screenshot

Load All Youtube Replies-Erweiterungs-CRX-Datei herunterladen

Laden Sie Load All Youtube Replies-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Load All Youtube Replies Load All Youtube Replies
ID eckljaepjkgppihfdfmfojpmcipdpfjg
Offizielle URL https://chromewebstore.google.com/detail/load-all-youtube-replies/eckljaepjkgppihfdfmfojpmcipdpfjg
Beschreibung Loads all the YouTube replies with 1 click on View Replies
Dateigröße 33.39 KB
Installationsanzahl 59
Aktuelle Version 1.0
Letztes Update 2018-12-26
Veröffentlichungsdatum 2018-12-26
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler totalvamp
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}