President Toilet
Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋
Что такое President Toilet?
President Toilet - это расширение Chrome, разработанное https://www.presidenttoilet.com, и его основная функция - "Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋".
Снимки экрана расширения
Скачать файл CRX расширения President Toilet
Скачайте файлы расширений President Toilet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | ffhonfinhcmadaiapenloombkmekogha |
| Официальный URL | https://chromewebstore.google.com/detail/president-toilet/ffhonfinhcmadaiapenloombkmekogha |
| Описание | Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋 |
| Размер файла | 12.31 KB |
| Количество установок | 29 |
| Текущая Версия | 1.3 |
| Последнее Обновление | 2017-05-11 |
| Дата публикации | 2017-05-11 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | https://www.presidenttoilet.com |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.presidenttoilet.com |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "President Toilet",
"description": "Swaps all instances of the 45th president\u2019s name for some porcelain. Thanks, Cher, for the inspiration. \ud83d\ude18\ud83d\udc8b",
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"version": "1.3",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |