Comment Hider for YouTube™
Adds a button below the video description to hide/show the comments (for YouTube™)
Was ist Comment Hider for YouTube™?
Comment Hider for YouTube™ ist eine Chrome-Erweiterung, die von http://heithe.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button below the video description to hide/show the comments (for YouTube™)".
Erweiterungsscreenshots
Comment Hider for YouTube™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Comment Hider for YouTube™-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
Adds a button below the video description to hide/show the comments (for YouTube™) Web: http://www.heithe.com/ Email: [email protected]
Grundlegende Informationen zur Erweiterung
Name | |
ID | bpalkidfdmcoobbgncphknpfnidbldbj |
Offizielle URL | https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj |
Beschreibung | Adds a button below the video description to hide/show the comments (for YouTube™) |
Dateigröße | 33.75 KB |
Installationsanzahl | 14 |
Aktuelle Version | 0.5 |
Letztes Update | 2013-03-19 |
Veröffentlichungsdatum | 2013-03-19 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://heithe.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.heithe.com/ |
Unterstützte Sprachen | 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" } ] } |