Move Youtube comments to sidebar
Make the YouTube comments section visible from the sidebar
Was ist Move Youtube comments to sidebar?
Move Youtube comments to sidebar ist eine Chrome-Erweiterung, die von yakisova41 entwickelt wurde, und ihr Hauptmerkmal ist "Make the YouTube comments section visible from the sidebar".
Erweiterungsscreenshots
Move Youtube comments to sidebar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Move Youtube comments to sidebar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Enable to switch position of YouTube comment section between sidebar and standard position
Grundlegende Informationen zur Erweiterung
Name | Move Youtube comments to sidebar |
ID | hnapbpaieifipkfhlfplmgmacjegjhmh |
Offizielle URL | https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh |
Beschreibung | Make the YouTube comments section visible from the sidebar |
Dateigröße | 10.4 KB |
Installationsanzahl | 79 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2023-04-02 |
Veröffentlichungsdatum | 2023-01-21 |
Bewertung | 2.50/5 Insgesamt 2 Bewertungen |
Entwickler | yakisova41 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |