YT Auto Load More
Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.
Cos'è YT Auto Load More?
YT Auto Load More è un'estensione di Chrome sviluppata da Ricardo Antunes, e la sua funzione principale è "Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YT Auto Load More
Scarica i file di estensione YT Auto Load More in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | YT Auto Load More |
ID | illnlopnlfnmdbanolhbjihgeliaakdl |
URL Ufficiale | https://chromewebstore.google.com/detail/yt-auto-load-more/illnlopnlfnmdbanolhbjihgeliaakdl |
Descrizione | Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages. |
Dimensione del File | 22.16 KB |
Conteggio Installazioni | 379 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2018-07-10 |
Data di Pubblicazione | 2018-07-10 |
Valutazione | 3.44/5 Totale 18 Valutazioni |
Sviluppatore | Ricardo Antunes |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/rantunes1/yt-load-more-items/issues |
Lingue Supportate | 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\/*.*" ] } |