Squid to Kid
Replaces the text 'squid' with 'kid' and vise versa.
Что такое Squid to Kid?
Squid to Kid - это расширение Chrome, разработанное krota, и его основная функция - "Replaces the text 'squid' with 'kid' and vise versa.".
Скачать файл CRX расширения Squid to Kid
Скачайте файлы расширений Squid to Kid в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Changes 'squid' to 'kid' and vise versa Source: https://github.com/krota/squid-to-kid Forked from Cloud to Butt: https://github.com/panicsteve/cloud-to-butt
Основная информация о расширении
Название | Squid to Kid |
ID | bodbinigjakmbngmdcknimhpnhnmklji |
Официальный URL | https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji |
Описание | Replaces the text 'squid' with 'kid' and vise versa. |
Размер файла | 12.18 KB |
Количество установок | 66 |
Текущая Версия | 1.1 |
Последнее Обновление | 2016-02-23 |
Дата публикации | 2016-02-22 |
Рейтинг | 4.75/5 Всего 8 оценок |
Разработчик | krota |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Squid to Kid", "version": "1.1", "description": "Replaces the text 'squid' with 'kid' and vise versa.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |