Comment Hider for YouTube™
Adds a button below the video description to hide/show the comments (for YouTube™)
Co to jest Comment Hider for YouTube™?
Comment Hider for YouTube™ to rozszerzenie Chrome opracowane przez http://heithe.com, a jego główną funkcją jest „Adds a button below the video description to hide/show the comments (for YouTube™)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Comment Hider for YouTube™
Pobierz pliki rozszerzeń Comment Hider for YouTube™ 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
Adds a button below the video description to hide/show the comments (for YouTube™) Web: http://www.heithe.com/ Email: [email protected]
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bpalkidfdmcoobbgncphknpfnidbldbj |
Oficjalny URL | https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj |
Opis | Adds a button below the video description to hide/show the comments (for YouTube™) |
Rozmiar pliku | 33.75 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2013-03-19 |
Data Publikacji | 2013-03-19 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | http://heithe.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.heithe.com/ |
Obsługiwane Języki | 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" } ] } |