My Custom Pointer for Chrome

With MyCustomPointer you can change all the cursors of google chrome as you prefer!

Что такое My Custom Pointer for Chrome?

My Custom Pointer for Chrome - это расширение Chrome, разработанное RIKIPB, и его основная функция - "With MyCustomPointer you can change all the cursors of google chrome as you prefer!".

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

screenshot
screenshot

Скачать файл CRX расширения My Custom Pointer for Chrome

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

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

                        Con MyCustomPointer Puoi cambiare tutti i cursori con le immagini che vuoi, puoi anche caricarci le tue foto personalizzate..                    

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

Название My Custom Pointer for Chrome My Custom Pointer for Chrome
ID poniialibimagojknehneaghbeeoekem
Официальный URL https://chromewebstore.google.com/detail/my-custom-pointer-for-chr/poniialibimagojknehneaghbeeoekem
Описание With MyCustomPointer you can change all the cursors of google chrome as you prefer!
Размер файла 657 KB
Количество установок 771
Текущая Версия 1.4
Последнее Обновление 2021-03-19
Дата публикации 2019-11-08
Рейтинг 1.00/5 Всего 2 оценок
Разработчик RIKIPB
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.weblynote.com/privacy.html
Поддерживаемые языки de,en,fr,es,it,ro,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Custom Pointer for Chrome",
    "short_name": "MyCustomPointer",
    "default_locale": "en",
    "version": "1.4",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self';",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/jquery-1.10.2.js",
                "js\/jquery.min.js",
                "main.js",
                "js\/jimp.min.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.js",
            "js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "fonts\/Sickness.ttf"
    ]
}