Image rotator

One of the less useful extensions out there.

Что такое Image rotator?

Image rotator - это расширение Chrome, разработанное FH, и его основная функция - "One of the less useful extensions out there.".

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

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

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

                        Does what the title says it does.                    

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

Название Image rotator Image rotator
ID amplighgcpifjbdglmkhhcafffaafpoc
Официальный URL https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc
Описание One of the less useful extensions out there.
Размер файла 3.86 KB
Количество установок 10
Текущая Версия 1.0
Последнее Обновление 2013-12-15
Дата публикации 2013-12-15
Рейтинг 1.00/5 Всего 3 оценок
Разработчик FH
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image rotator",
    "description": "One of the less useful extensions out there.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}