IP Extender
Replaces the text 'IP' with 'immense penis' because that's way better.
Что такое IP Extender?
IP Extender - это расширение Chrome, разработанное nels.anderson, и его основная функция - "Replaces the text 'IP' with 'immense penis' because that's way better.".
Снимки экрана расширения
Скачать файл CRX расширения IP Extender
Скачайте файлы расширений IP Extender в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces the text "IP" with "immense penis" because that's much better. The term "IP" as short for "intellectual property" is gross business jargon that has totally oversaturated writing about games. So better to make it about dong instead!
Основная информация о расширении
Название | |
ID | pibdjdcbjgediflmfgkjmkmghlkhfmdl |
Официальный URL | https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl |
Описание | Replaces the text 'IP' with 'immense penis' because that's way better. |
Размер файла | 9.04 KB |
Количество установок | 154 |
Текущая Версия | 1.4 |
Последнее Обновление | 2023-12-13 |
Дата публикации | 2018-06-12 |
Рейтинг | 4.50/5 Всего 24 оценок |
Разработчик | nels.anderson |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "IP Extender", "version": "1.4", "description": "Replaces the text 'IP' with 'immense penis' because that's way better.", "icons": { "16": "iplogo16.png", "48": "iplogo48.png", "128": "iplogo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |