Load All Youtube Replies
Loads all the YouTube replies with 1 click on View Replies
Cos'è Load All Youtube Replies?
Load All Youtube Replies è un'estensione di Chrome sviluppata da totalvamp, e la sua funzione principale è "Loads all the YouTube replies with 1 click on View Replies".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Load All Youtube Replies
Scarica i file di estensione Load All Youtube Replies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | eckljaepjkgppihfdfmfojpmcipdpfjg |
| URL Ufficiale | https://chromewebstore.google.com/detail/load-all-youtube-replies/eckljaepjkgppihfdfmfojpmcipdpfjg |
| Descrizione | Loads all the YouTube replies with 1 click on View Replies |
| Dimensione del File | 33.39 KB |
| Conteggio Installazioni | 59 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2018-12-26 |
| Data di Pubblicazione | 2018-12-26 |
| Valutazione | 2.33/5 Totale 3 Valutazioni |
| Sviluppatore | totalvamp |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |