Among Us Custom Cursor

Fun custom Among Us cursors for Chrome browser.

Что такое Among Us Custom Cursor?

Among Us Custom Cursor - это расширение Chrome, разработанное roylimboy90, и его основная функция - "Fun custom Among Us cursors for Chrome browser.".

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

screenshot

Скачать файл CRX расширения Among Us Custom Cursor

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

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

                        This extension allows you to replace default cursor with amazing custom cursor.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

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

Название Among Us Custom Cursor Among Us Custom Cursor
ID ipfjnikpccdpgjelgomppkdgiokfkjeg
Официальный URL https://chromewebstore.google.com/detail/among-us-custom-cursor/ipfjnikpccdpgjelgomppkdgiokfkjeg
Описание Fun custom Among Us cursors for Chrome browser.
Размер файла 251 KB
Количество установок 51,870
Текущая Версия 10.221.6.45
Последнее Обновление 2023-05-25
Дата публикации 2020-10-12
Рейтинг 4.20/5 Всего 40 оценок
Разработчик roylimboy90
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Fun custom Among Us cursors for Chrome browser. ",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Among Us Custom Cursor",
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "version": "10.221.6.45",
    "web_accessible_resources": [
        "cur\/*.*"
    ]
}