YT Auto Load More
Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.
YT Auto Load Moreとは何ですか?
YT Auto Load MoreはRicardo Antunesによって開発されたChromeの拡張機能で、その主な機能は「Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.」です。
拡張機能のスクリーンショット
YT Auto Load More拡張機能のCRXファイルをダウンロード
YT Auto Load More拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | YT Auto Load More |
ID | illnlopnlfnmdbanolhbjihgeliaakdl |
公式URL | https://chromewebstore.google.com/detail/yt-auto-load-more/illnlopnlfnmdbanolhbjihgeliaakdl |
説明 | Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages. |
ファイルサイズ | 22.16 KB |
インストール数 | 379 |
現在のバージョン | 1.1.1 |
最終更新日 | 2018-07-10 |
公開日 | 2018-07-10 |
評価 | 3.44/5 合計 18 レビュー |
開発者 | Ricardo Antunes |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/rantunes1/yt-load-more-items/issues |
対応言語 | 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\/*.*" ] } |