Pics to Kittens
This extension makes The Internet better by replacing all images with cats.
Что такое Pics to Kittens?
Pics to Kittens - это расширение Chrome, разработанное disregarding standards, и его основная функция - "This extension makes The Internet better by replacing all images with cats.".
Снимки экрана расширения
Скачать файл CRX расширения Pics to Kittens
Скачайте файлы расширений Pics to Kittens в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Why would you ever want to see a picture that isn't about a cat? Make your internet a better experience by viewing cats as much as possible. (Note: if an image is within an iframe, it *may* not be replaced. This is for security reasons.)
Основная информация о расширении
Название | |
ID | oajkgelibfmlfaelepkgocgpmopbphel |
Официальный URL | https://chrome.google.com/webstore/detail/pics-to-kittens/oajkgelibfmlfaelepkgocgpmopbphel |
Описание | This extension makes The Internet better by replacing all images with cats. |
Размер файла | 1.23 MB |
Количество установок | 197 |
Текущая Версия | 1.1 |
Последнее Обновление | 2014-04-21 |
Дата публикации | 2014-04-20 |
Рейтинг | 4.00/5 Всего 7 оценок |
Разработчик | disregarding standards |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/yvescourtois/chrome_to_cats |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pics to Kittens", "version": "1.1", "author": "Yves Courtois", "description": "This extension makes The Internet better by replacing all images with cats.", "homepage_url": "https:\/\/github.com\/yvescourtois\/pics_to_kittens", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Toggle on\/off." }, "background": { "scripts": [ "js\/background.js", "js\/options.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |