Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
Что такое Herp Derp for YouTube™?
Herp Derp for YouTube™ - это расширение Chrome, разработанное https://www.tannr.com, и его основная функция - "Significantly improves YouTube comments by replacing them with random herps and derps.".
Снимки экрана расширения
Скачать файл CRX расширения Herp Derp for YouTube™
Скачайте файлы расширений Herp Derp for YouTube™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | ioomnmgjblnnolpdgdhebainmfbipjoh |
| Официальный URL | https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh |
| Описание | Significantly improves YouTube comments by replacing them with random herps and derps. |
| Размер файла | 12.01 KB |
| Количество установок | 6,546 |
| Текущая Версия | 1.6.10 |
| Последнее Обновление | 2019-08-18 |
| Дата публикации | 2019-08-18 |
| Рейтинг | 4.78/5 Всего 510 оценок |
| Разработчик | https://www.tannr.com |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.tannr.com/herp-derp-youtube-comments/ |
| URL страницы помощи | https://twitter.com/tannerstokes |
| Поддерживаемые языки | 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"
]
}
]
} | |