Load All Youtube Replies
Loads all the YouTube replies with 1 click on View Replies
Load All Youtube Repliesとは何ですか?
Load All Youtube Repliesはtotalvampによって開発されたChromeの拡張機能で、その主な機能は「Loads all the YouTube replies with 1 click on View Replies」です。
拡張機能のスクリーンショット
Load All Youtube Replies拡張機能のCRXファイルをダウンロード
Load All Youtube Replies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTube now loads comments 10 or so at a time, which is very annoying with a long list of replies. This extension will click for you so it loads all the replies until there are none left 拡張機能の基本情報
| 名前 | |
| ID | eckljaepjkgppihfdfmfojpmcipdpfjg |
| 公式URL | https://chromewebstore.google.com/detail/load-all-youtube-replies/eckljaepjkgppihfdfmfojpmcipdpfjg |
| 説明 | Loads all the YouTube replies with 1 click on View Replies |
| ファイルサイズ | 33.39 KB |
| インストール数 | 59 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-12-26 |
| 公開日 | 2018-12-26 |
| 評価 | 2.33/5 合計 3 レビュー |
| 開発者 | totalvamp |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Load All Youtube Replies",
"description": "Loads all the YouTube replies with 1 click on View Replies",
"version": "1.0",
"author": "totalvamp",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch?v=*"
],
"js": [
"lib\/jquery-3.3.1.min.js",
"js\/main.js"
],
"run_at": "document_end"
}
]
} | |