Move Youtube comments to sidebar
Make the YouTube comments section visible from the sidebar
Move Youtube comments to sidebarとは何ですか?
Move Youtube comments to sidebarはyakisova41によって開発されたChromeの拡張機能で、その主な機能は「Make the YouTube comments section visible from the sidebar」です。
拡張機能のスクリーンショット
Move Youtube comments to sidebar拡張機能のCRXファイルをダウンロード
Move Youtube comments to sidebar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enable to switch position of YouTube comment section between sidebar and standard position 拡張機能の基本情報
| 名前 | |
| ID | hnapbpaieifipkfhlfplmgmacjegjhmh |
| 公式URL | https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh |
| 説明 | Make the YouTube comments section visible from the sidebar |
| ファイルサイズ | 10.4 KB |
| インストール数 | 79 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2023-04-02 |
| 公開日 | 2023-01-21 |
| 評価 | 2.50/5 合計 2 レビュー |
| 開発者 | yakisova41 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_Name__",
"short_name": "mycs",
"version": "1.0.1",
"manifest_version": 3,
"description": "__MSG_Description__",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"contentScript.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"embed.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"default_locale": "en",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
}
} | |