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
扩展基本信息
名称 | Move Youtube comments to sidebar |
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 |
电子邮箱 | [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" } } |