YT Auto Load More
Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.
Co je YT Auto Load More?
YT Auto Load More je rozšíření Chrome vyvinuté Ricardo Antunes, a jeho hlavní funkcí je „Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YT Auto Load More
Stáhněte si soubory rozšíření YT Auto Load More ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | YT Auto Load More |
ID | illnlopnlfnmdbanolhbjihgeliaakdl |
Oficiální URL | https://chromewebstore.google.com/detail/yt-auto-load-more/illnlopnlfnmdbanolhbjihgeliaakdl |
Popis | Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages. |
Velikost souboru | 22.16 KB |
Počet instalací | 379 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2018-07-10 |
Datum Vydání | 2018-07-10 |
Hodnocení | 3.44/5 Celkem 18 Hodnocení |
Vývojář | Ricardo Antunes |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/rantunes1/yt-load-more-items/issues |
Podporované Jazyky | 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\/*.*" ] } |