Flying Cursors

Adds a bunch of cursors

Что такое Flying Cursors?

Flying Cursors - это расширение Chrome, разработанное bananafish, и его основная функция - "Adds a bunch of cursors".

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

screenshot

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

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

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

                        Want to stop yourself from browsing the net? Want to annoy your friends? Install Flying Cursors to cause cursors to fly around your screen. Warning: If you don't close your tab quickly enough your browser will eventually crash. 
You're all welcome.                    

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

Название Flying Cursors Flying Cursors
ID onnkoiclhlimgcgcfnidckkkcgladclh
Официальный URL https://chromewebstore.google.com/detail/flying-cursors/onnkoiclhlimgcgcfnidckkkcgladclh
Описание Adds a bunch of cursors
Размер файла 49.86 KB
Количество установок 549
Текущая Версия 1.0
Последнее Обновление 2017-03-28
Дата публикации 2017-03-27
Рейтинг 3.76/5 Всего 17 оценок
Разработчик bananafish
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flying Cursors",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds a bunch of cursors",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "velocity.min.js",
                "content.js"
            ]
        }
    ]
}