Load All Youtube Replies
Loads all the YouTube replies with 1 click on View Replies
Wat is Load All Youtube Replies?
Load All Youtube Replies is een Chrome-extensie ontwikkeld door totalvamp, en de belangrijkste functie is "Loads all the YouTube replies with 1 click on View Replies".
Extensie Screenshots
Download het CRX-bestand van de extensie Load All Youtube Replies
Download Load All Youtube Replies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | eckljaepjkgppihfdfmfojpmcipdpfjg |
| Officiële URL | https://chromewebstore.google.com/detail/load-all-youtube-replies/eckljaepjkgppihfdfmfojpmcipdpfjg |
| Beschrijving | Loads all the YouTube replies with 1 click on View Replies |
| Bestandsgrootte | 33.39 KB |
| Aantal Installaties | 59 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-12-26 |
| Publicatiedatum | 2018-12-26 |
| Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | totalvamp |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |