Deplorable Extension
Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.
Что такое Deplorable Extension?
Deplorable Extension - это расширение Chrome, разработанное deplorable, и его основная функция - "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.".
Скачать файл CRX расширения Deplorable Extension
Скачайте файлы расширений Deplorable Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Changes occurrences of 'Trump' or 'Donald Trump' to 'GOD EMPEROR TRUMP' and occurrences of 'Hillary' or 'Hillary Clinton' to 'Crooked Hillary'.
Основная информация о расширении
Название | |
ID | ompbljdfaklkcdhgfclcjhgnmmooelcn |
Официальный URL | https://chrome.google.com/webstore/detail/deplorable-extension/ompbljdfaklkcdhgfclcjhgnmmooelcn |
Описание | Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'. |
Размер файла | 14.83 KB |
Количество установок | 18 |
Текущая Версия | 6.16 |
Последнее Обновление | 2016-09-25 |
Дата публикации | 2016-09-25 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | deplorable |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "deplorable.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.", "icons": { "16": "mlg16.jpg", "32": "mlg32.jpg", "48": "mlg48.jpg", "128": "mlg128.jpg" }, "name": "Deplorable Extension", "short_name": "Deplorable", "version": "6.16" } |