YouTube Comment Expander
This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.
Was ist YouTube Comment Expander?
YouTube Comment Expander ist eine Chrome-Erweiterung, die von Joel Henke entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.".
YouTube Comment Expander-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Comment Expander-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
The bug that this extension fixes happens when you start watching a YouTube video and enter full screen before the comments load. The 'Read More' link will be missing for the first several long comments. This extension allows you to read those longer comments without reloading the page or loading more comments.
Grundlegende Informationen zur Erweiterung
Name | YouTube Comment Expander |
ID | bknceopjdngnciilahnddipmpjgmpfhe |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-comment-expander/bknceopjdngnciilahnddipmpjgmpfhe |
Beschreibung | This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers. |
Dateigröße | 4.99 KB |
Installationsanzahl | 88 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-08-26 |
Veröffentlichungsdatum | 2017-08-26 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Joel Henke |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Comment Expander", "version": "1.0", "description": "This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.", "author": "Joel Henke", "permissions": [ "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |