Load All Youtube Replies
Loads all the YouTube replies with 1 click on View Replies
Vad är Load All Youtube Replies?
Load All Youtube Replies är en Chrome-tillägg utvecklad av totalvamp, och dess huvudfunktion är "Loads all the YouTube replies with 1 click on View Replies".
Tilläggsskärmbilder
Ladda ner Load All Youtube Replies-förlängningens CRX-fil
Ladda ner Load All Youtube Replies-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | eckljaepjkgppihfdfmfojpmcipdpfjg |
| Officiell webbadress | https://chromewebstore.google.com/detail/load-all-youtube-replies/eckljaepjkgppihfdfmfojpmcipdpfjg |
| Beskrivning | Loads all the YouTube replies with 1 click on View Replies |
| Filstorlek | 33.39 KB |
| Antal Installationer | 59 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2018-12-26 |
| Publiceringsdatum | 2018-12-26 |
| Betyg | 2.33/5 Totalt 3 Betyg |
| Utvecklare | totalvamp |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |