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 je YouTube Comment Expander?

YouTube Comment Expander je rozšíření Chrome vyvinuté Joel Henke, a jeho hlavní funkcí je „This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.“.

Stáhnout soubor CRX rozšíření YouTube Comment Expander

Stáhněte si soubory rozšíření YouTube Comment Expander ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YouTube Comment Expander YouTube Comment Expander
ID bknceopjdngnciilahnddipmpjgmpfhe
Oficiální URL https://chromewebstore.google.com/detail/youtube-comment-expander/bknceopjdngnciilahnddipmpjgmpfhe
Popis This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.
Velikost souboru 4.99 KB
Počet instalací 88
Aktuální Verze 1.0
Poslední Aktualizace 2017-08-26
Datum Vydání 2017-08-26
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Joel Henke
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}