Poketrump
Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.
Что такое Poketrump?
Poketrump - это расширение Chrome, разработанное Unknown, и его основная функция - "Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.".
Снимки экрана расширения
Скачать файл CRX расширения Poketrump
Скачайте файлы расширений Poketrump в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This changes Donald Trump's name to the name of a Pokemon chosen at random on page load. Because I like Pokémon and it makes reading the news easier. All Pokémon are copyright of their owners (the Pokémon Company, GameFreak, Nintendo, etc.) I believe that as a non-commercial work of fan art this complies with fair use. (Please no one sue me.) Основная информация о расширении
| Название | |
| ID | pbcegjochobeogpdlbkokdehmoeafdlb |
| Официальный URL | https://chromewebstore.google.com/detail/poketrump/pbcegjochobeogpdlbkokdehmoeafdlb |
| Описание | Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use. |
| Размер файла | 7.79 KB |
| Количество установок | 80 |
| Текущая Версия | 0.1 |
| Последнее Обновление | 2016-04-09 |
| Дата публикации | 2016-04-09 |
| Рейтинг | 4.38/5 Всего 13 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Poketrump",
"description": "Changes any mention of Donald Trump to the name of a random Pok\u00e9mon. Not for commercial use.",
"version": "0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |