YT Auto Load More
Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.
Was ist YT Auto Load More?
YT Auto Load More ist eine Chrome-Erweiterung, die von Ricardo Antunes entwickelt wurde, und ihr Hauptmerkmal ist "Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.".
Erweiterungsscreenshots
YT Auto Load More-Erweiterungs-CRX-Datei herunterladen
Laden Sie YT Auto Load More-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | YT Auto Load More |
ID | illnlopnlfnmdbanolhbjihgeliaakdl |
Offizielle URL | https://chromewebstore.google.com/detail/yt-auto-load-more/illnlopnlfnmdbanolhbjihgeliaakdl |
Beschreibung | Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages. |
Dateigröße | 22.16 KB |
Installationsanzahl | 379 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2018-07-10 |
Veröffentlichungsdatum | 2018-07-10 |
Bewertung | 3.44/5 Insgesamt 18 Bewertungen |
Entwickler | Ricardo Antunes |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/rantunes1/yt-load-more-items/issues |
Unterstützte Sprachen | 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\/*.*" ] } |