The Peace Pointer

Changes cursor to a peace sign

Что такое The Peace Pointer?

The Peace Pointer - это расширение Chrome, разработанное Unknown, и его основная функция - "Changes cursor to a peace sign".

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

screenshot

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

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

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

                        A plugin that makes your courser into a peace sign. Help make the web a more peaceful place.

Made by John E. Njoki and Kim Follesøy-Thuen
With help from Yonas Sandbæk

thepeacepointer.com
kimplussjohn.com                    

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

Название The Peace Pointer The Peace Pointer
ID afbjcigfgjkleljpjaofacniphbpofkn
Официальный URL https://chromewebstore.google.com/detail/the-peace-pointer/afbjcigfgjkleljpjaofacniphbpofkn
Описание Changes cursor to a peace sign
Размер файла 8.56 KB
Количество установок 270
Текущая Версия 1.6
Последнее Обновление 2018-09-10
Дата публикации 2018-09-10
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения https://www.thepeacepointer.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Peace Pointer",
    "description": "Changes cursor to a peace sign",
    "version": "1.6",
    "web_accessible_resources": [
        "cursor.css",
        "hand-32.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "cursor.css"
            ]
        }
    ],
    "manifest_version": 2
}