Fix the Internet (with cats)

The internet has a problem: too many humans, not enough cats.

Что такое Fix the Internet (with cats)?

Fix the Internet (with cats) - это расширение Chrome, разработанное Harold Martin, и его основная функция - "The internet has a problem: too many humans, not enough cats.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Fix the Internet (with cats)

Скачайте файлы расширений Fix the Internet (with cats) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Now with theming options                    

Основная информация о расширении

Название Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
Официальный URL https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
Описание The internet has a problem: too many humans, not enough cats.
Размер файла 1.35 MB
Количество установок 340
Текущая Версия 0.3.0
Последнее Обновление 2015-11-19
Дата публикации 2015-11-19
Рейтинг 3.57/5 Всего 7 оценок
Разработчик Harold Martin
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix the Internet (with cats)",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "The internet has a problem: too many humans, not enough cats.",
    "homepage_url": "http:\/\/haroldmartin.me",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "src\/zepto.min.js",
            "src\/tracking\/tracking-min.js",
            "src\/tracking\/data\/face-min.js",
            "src\/tracking\/data\/eye-min.js",
            "src\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}