Move Youtube comments to sidebar
Make the YouTube comments section visible from the sidebar
What is Move Youtube comments to sidebar?
Move Youtube comments to sidebar is a Chrome extension developed by yakisova41, and its main feature is "Make the YouTube comments section visible from the sidebar".
Extension Screenshots
Download Move Youtube comments to sidebar Extension CRX File
Download Move Youtube comments to sidebar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enable to switch position of YouTube comment section between sidebar and standard position
Extension Basic Information
Name | Move Youtube comments to sidebar |
ID | hnapbpaieifipkfhlfplmgmacjegjhmh |
Official URL | https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh |
Description | Make the YouTube comments section visible from the sidebar |
File Size | 10.4 KB |
Installation Count | 79 |
Current Version | 1.0.1 |
Last Updated | 2023-04-02 |
Publish Date | 2023-01-21 |
Rating | 2.50/5 Total 2 Ratings |
Developer | yakisova41 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |