All Monado All The Time

Replace the cursor with an image of the Monado from Xenoblade

Что такое All Monado All The Time?

All Monado All The Time - это расширение Chrome, разработанное darknuju, и его основная функция - "Replace the cursor with an image of the Monado from Xenoblade".

Скачать файл CRX расширения All Monado All The Time

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

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

                                            

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

Название All Monado All The Time All Monado All The Time
ID caaiaapkdflbbpifgcmnphpimfdoealg
Официальный URL https://chrome.google.com/webstore/detail/all-monado-all-the-time/caaiaapkdflbbpifgcmnphpimfdoealg
Описание Replace the cursor with an image of the Monado from Xenoblade
Размер файла 85.2 KB
Количество установок 161
Текущая Версия 1.2
Последнее Обновление 2015-12-11
Дата публикации 2015-12-11
Рейтинг 3.28/5 Всего 25 оценок
Разработчик darknuju
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All Monado All The Time",
    "description": "Replace the cursor with an image of the Monado from Xenoblade",
    "version": "1.2",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/www.google.com\/"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/cursor.png",
        "images\/*"
    ]
}