Load All Youtube Replies

Loads all the YouTube replies with 1 click on View Replies

Hvad er Load All Youtube Replies?

Load All Youtube Replies er en Chrome-udvidelse udviklet af totalvamp, og dens hovedfunktion er "Loads all the YouTube replies with 1 click on View Replies".

Udvidelsesskærmbilleder

screenshot

Download Load All Youtube Replies-udvidelses-CRX-fil

Download Load All Youtube Replies-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Load All Youtube Replies Load All Youtube Replies
ID eckljaepjkgppihfdfmfojpmcipdpfjg
Officiel URL https://chromewebstore.google.com/detail/load-all-youtube-replies/eckljaepjkgppihfdfmfojpmcipdpfjg
Beskrivelse Loads all the YouTube replies with 1 click on View Replies
Filstørrelse 33.39 KB
Antal Installationer 59
Nuværende Version 1.0
Senest Opdateret 2018-12-26
Udgivelsesdato 2018-12-26
Bedømmelse 2.33/5 Samlet 3 Bedømmelser
Udvikler totalvamp
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}