Ainslefy

Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.

Что такое Ainslefy?

Ainslefy - это расширение Chrome, разработанное eltorres, и его основная функция - "Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.".

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

screenshot
screenshot

Скачать файл CRX расширения Ainslefy

Скачайте файлы расширений Ainslefy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Replaces all pictures on all webpages to Ainsley Harriot. Fork of nCage and nGabe extensions.

Version 1.1 - Updated name from 'Aineslify' to 'Ainslefy'                    

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

Название Ainslefy Ainslefy
ID icmnddchchkigidflpbndpmmjfmnlajl
Официальный URL https://chromewebstore.google.com/detail/ainslefy/icmnddchchkigidflpbndpmmjfmnlajl
Описание Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.
Размер файла 71.27 KB
Количество установок 765
Текущая Версия 1.1
Последнее Обновление 2014-11-05
Дата публикации 2014-11-05
Рейтинг 4.25/5 Всего 40 оценок
Разработчик eltorres
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.",
    "icons": {
        "128": "logo.ico",
        "48": "logo2.ico",
        "16": "logo3.ico"
    },
    "manifest_version": 2,
    "name": "Ainslefy",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}