Republicans are The Sith
Replaces the word Republican/s with Sith Lord
Что такое Republicans are The Sith?
Republicans are The Sith - это расширение Chrome, разработанное Saber Software, и его основная функция - "Replaces the word Republican/s with Sith Lord".
Снимки экрана расширения
Скачать файл CRX расширения Republicans are The Sith
Скачайте файлы расширений Republicans are The Sith в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
this is a simple text replacement extension to replace variations of the word "republican" with "Sith Lord" Основная информация о расширении
| Название | |
| ID | deibjeokppgbnalcpgoognmdihkkaeac |
| Официальный URL | https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac |
| Описание | Replaces the word Republican/s with Sith Lord |
| Размер файла | 3.57 KB |
| Количество установок | 86 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2017-09-29 |
| Дата публикации | 2017-09-29 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Saber Software |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Republicans are The Sith",
"description": "Replaces the word Republican\/s with Sith Lord",
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |