Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
Co to jest Herp Derp for YouTube™?
Herp Derp for YouTube™ to rozszerzenie Chrome opracowane przez https://www.tannr.com, a jego główną funkcją jest „Significantly improves YouTube comments by replacing them with random herps and derps.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Herp Derp for YouTube™
Pobierz pliki rozszerzeń Herp Derp 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
I loathe YouTube comments. Here’s a simple browser extension to convert them to ‘herp derp’. If you insist on reading the original (which is highly discouraged), click the comment. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ioomnmgjblnnolpdgdhebainmfbipjoh |
| Oficjalny URL | https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh |
| Opis | Significantly improves YouTube comments by replacing them with random herps and derps. |
| Rozmiar pliku | 12.01 KB |
| Liczba instalacji | 6,546 |
| Aktualna Wersja | 1.6.10 |
| Ostatnia Aktualizacja | 2019-08-18 |
| Data Publikacji | 2019-08-18 |
| Ocena | 4.78/5 Łącznie 510 Oceny |
| Deweloper | https://www.tannr.com |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.tannr.com/herp-derp-youtube-comments/ |
| Adres URL Strony Pomocy | https://twitter.com/tannerstokes |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Herp Derp for YouTube\u2122",
"version": "1.6.10",
"homepage_url": "https:\/\/www.tannr.com",
"description": "Significantly improves YouTube comments by replacing them with random herps and derps.",
"icons": {
"48": "herp48.png",
"128": "herp128.png"
},
"content_scripts": [
{
"run_at": "document_idle",
"all_frames": true,
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"main.js"
]
}
]
} | |