YouTube Comment Expander
This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.
Co to jest YouTube Comment Expander?
YouTube Comment Expander to rozszerzenie Chrome opracowane przez Joel Henke, a jego główną funkcją jest „This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.”.
Pobierz plik CRX rozszerzenia YouTube Comment Expander
Pobierz pliki rozszerzeń YouTube Comment Expander w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Comment Expander |
ID | bknceopjdngnciilahnddipmpjgmpfhe |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-comment-expander/bknceopjdngnciilahnddipmpjgmpfhe |
Opis | This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers. |
Rozmiar pliku | 4.99 KB |
Liczba instalacji | 88 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-08-26 |
Data Publikacji | 2017-08-26 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Joel Henke |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |