Homestuck Fixer
Applies small fixes to Homestuck's text
Что такое Homestuck Fixer?
Homestuck Fixer - это расширение Chrome, разработанное ashbc, и его основная функция - "Applies small fixes to Homestuck's text".
Снимки экрана расширения
Скачать файл CRX расширения Homestuck Fixer
Скачайте файлы расширений Homestuck Fixer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Homestuck Fixer removes the R-slur from all dialogue, and replaces a character's name with their canon name. Основная информация о расширении
| Название | |
| ID | eoibhngiokgmmgendloehbjehaemchni |
| Официальный URL | https://chromewebstore.google.com/detail/homestuck-fixer/eoibhngiokgmmgendloehbjehaemchni |
| Описание | Applies small fixes to Homestuck's text |
| Размер файла | 12.45 KB |
| Количество установок | 67 |
| Текущая Версия | 0.2 |
| Последнее Обновление | 2019-10-24 |
| Дата публикации | 2019-10-24 |
| Рейтинг | 4.00/5 Всего 5 оценок |
| Разработчик | ashbc |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/ashbc/hsfixer |
| URL страницы помощи | https://github.com/ashbc/hsfixer/issues |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Homestuck Fixer",
"version": "0.2",
"description": "Applies small fixes to Homestuck's text",
"content_scripts": [
{
"matches": [
"*:\/\/*.homestuck.com\/*",
"*:\/\/*.readmspa.org\/*"
],
"js": [
"lib\/findAndReplaceDOMText.js",
"replacements.js",
"fixer.js"
]
}
],
"icons": {
"128": "icon128.png"
}
} | |