NietzscheDerp
Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes.
Co to jest NietzscheDerp?
NietzscheDerp to rozszerzenie Chrome opracowane przez tloud365, a jego główną funkcją jest „Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes.”.
Pobierz plik CRX rozszerzenia NietzscheDerp
Pobierz pliki rozszerzeń NietzscheDerp 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
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | pebecomnimagpgffocepgemejgedfdaj |
Oficjalny URL | https://chrome.google.com/webstore/detail/nietzschederp/pebecomnimagpgffocepgemejgedfdaj |
Opis | Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes. |
Rozmiar pliku | 52.89 KB |
Liczba instalacji | 60 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2012-10-10 |
Data Publikacji | 2012-10-10 |
Ocena | 4.00/5 Łącznie 8 Oceny |
Deweloper | tloud365 |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "NietzscheDerp", "version": "1.0", "manifest_version": 2, "homepage_url": "http:\/\/twitter.com\/tloud", "description": "Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes.", "icons": { "48": "nietzsche-48.png", "128": "nietzsche-128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/www.youtube.com\/*", "http:\/\/www.youtu.be\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.youtu.be\/*" ], "js": [ "jquery.min.js", "nietzschederp.js" ] } ] } |