Comment Hider for YouTube™
Adds a button below the video description to hide/show the comments (for YouTube™)
Co je Comment Hider for YouTube™?
Comment Hider for YouTube™ je rozšíření Chrome vyvinuté http://heithe.com, a jeho hlavní funkcí je „Adds a button below the video description to hide/show the comments (for YouTube™)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Comment Hider for YouTube™
Stáhněte si soubory rozšíření Comment Hider for YouTube™ 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í
Adds a button below the video description to hide/show the comments (for YouTube™) Web: http://www.heithe.com/ Email: [email protected]
Základní Informace o Rozšíření
Název | |
ID | bpalkidfdmcoobbgncphknpfnidbldbj |
Oficiální URL | https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj |
Popis | Adds a button below the video description to hide/show the comments (for YouTube™) |
Velikost souboru | 33.75 KB |
Počet instalací | 14 |
Aktuální Verze | 0.5 |
Poslední Aktualizace | 2013-03-19 |
Datum Vydání | 2013-03-19 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | http://heithe.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.heithe.com/ |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Hider for YouTube\u2122", "description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)", "version": "0.5", "manifest_version": 2, "icons": { "16": "app_icon_16.png", "48": "app_icon_48.png", "128": "app_icon_128.png" }, "content_scripts": [ { "js": [ "ht_yct.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |