HerpDerpTube
HerpDerp filter for YouTube comments
Co to jest HerpDerpTube?
HerpDerpTube to rozszerzenie Chrome opracowane przez Dan Orzechowski, a jego główną funkcją jest „HerpDerp filter for YouTube comments”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HerpDerpTube
Pobierz pliki rozszerzeń HerpDerpTube 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
looks like the original extension is back in development! awesome! please use that one instead of this one since it works on more browsers. It's found here: https://chrome.google.com/webstore/detail/ioomnmgjblnnolpdgdhebainmfbipjoh https://github.com/twstokes/herpderp thanks, and happy derping! -- Replaces Youtube comment text with "herp derp" as a sanity-preserving measure. Click on each comment to restore its original text.
Podstawowe informacje o rozszerzeniu
Nazwa | HerpDerpTube |
ID | kjfnijmpdionkaaedkcnngbfkcbknioa |
Oficjalny URL | https://chromewebstore.google.com/detail/herpderptube/kjfnijmpdionkaaedkcnngbfkcbknioa |
Opis | HerpDerp filter for YouTube comments |
Rozmiar pliku | 137 KB |
Liczba instalacji | 268 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2016-11-20 |
Data Publikacji | 2016-11-20 |
Ocena | 4.29/5 Łącznie 24 Oceny |
Deweloper | Dan Orzechowski |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/orzechowskid/herpderptube |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HerpDerpTube", "description": "HerpDerp filter for YouTube comments", "version": "1.3", "icons": { "48": "images\/48.png", "96": "images\/96.png" }, "web_accessible_resources": [ "lib\/jquery-2.0.3.min.js", "lib\/jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "lib\/jquery-2.0.3.min.js", "src\/herpderp.js" ] } ], "permissions": [ "*:\/\/*.youtube.com\/*" ] } |