Santa to Satan
Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
Что такое Santa to Satan?
Santa to Satan - это расширение Chrome, разработанное Unknown, и его основная функция - "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.".
Снимки экрана расширения
Скачать файл CRX расширения Santa to Satan
Скачайте файлы расширений Santa to Satan в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Special request from a friend--changes the word "Santa" to "Satan" to make your holiday experience better. Also will make cities in California look a lot more evil so caveat emptor. Основная информация о расширении
| Название | |
| ID | oggeichdlekdakedbibaihfehgdckdfk |
| Официальный URL | https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk |
| Описание | Swaps the word 'Santa' with the word 'Satan'; great for the holidays. |
| Размер файла | 3.62 KB |
| Количество установок | 47 |
| Текущая Версия | 0.1 |
| Последнее Обновление | 2016-12-13 |
| Дата публикации | 2016-12-13 |
| Рейтинг | 3.67/5 Всего 3 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Santa to Satan",
"description": "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.",
"version": "0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |