YT Auto Load More
Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.
Wat is YT Auto Load More?
YT Auto Load More is een Chrome-extensie ontwikkeld door Ricardo Antunes, en de belangrijkste functie is "Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie YT Auto Load More
Download YT Auto Load More-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
A chrome extension to automatically load items on Youtube(tm)'s pages (videos, playlist videos, comments, etc).
Click the icon at the upper right to start/pause loading the items.
Source code is available at https://github.com/rantunes1/yt-load-more-items Basisinformatie over de Extensie
| Naam | |
| ID | illnlopnlfnmdbanolhbjihgeliaakdl |
| Officiële URL | https://chromewebstore.google.com/detail/yt-auto-load-more/illnlopnlfnmdbanolhbjihgeliaakdl |
| Beschrijving | Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages. |
| Bestandsgrootte | 22.16 KB |
| Aantal Installaties | 379 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2018-07-10 |
| Publicatiedatum | 2018-07-10 |
| Beoordeling | 3.44/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | Ricardo Antunes |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/rantunes1/yt-load-more-items/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"short_name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.1.1",
"author": "Ricardo Antunes",
"default_locale": "en",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"exclude_matches": [
"*:\/\/*.youtube.com\/embed\/*"
],
"js": [
"scripts\/yt-load-more-items.js"
],
"css": [
"styles\/yt-load-more-items.css"
]
}
],
"web_accessible_resources": [
"images\/*.*"
]
} | |