Among Us Cursors

Customize mouse cursor to Among Us style. Use Among Us collection from custom cursors extension

ما هو Among Us Cursors؟

Among Us Cursors هو إضافة Chrome تم تطويرها بواسطة Custom Cursor Changer، والميزة الرئيسية لها هي "Customize mouse cursor to Among Us style. Use Among Us collection from custom cursors extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Among Us Cursors

قم بتنزيل ملفات الامتداد Among Us Cursors بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension allows you to change your default mouse cursor. Among Us cursors is available for everyone. You can change the look of your cursor to a variety of different Among Us themed cursors. The extension is completely free, easy-to-use and has a nice interface. You can download it in the Chrome Store. We constantly update our cursors collection to ensure that you’ll always find the best cursors for your chrome browser. If you want to add more cursors to your collection, then visit our website

Features:

- Easy installation

- Constant updates

- A wide range of styles

- Compatible with all devices


Make your cursor more interesting and fun.

This extension allows you to change your mouse pointer. Custom Cursors for Chrome™ provides you with a large collection of free cursors or you can upload your own.


You can choose between more than 3000 different cursors and have a new one every day if you wish so. Your choice is automatically saved, so whenever you open a web page the cursor will be changed according to your preferences.

And if you don't like any of the included cursors, simply upload your own!



HOW TO USE:

1. Just click on the Among Us cursor you like and then click the "Apply" button to change your cursor.

2. If you want to select another cursor, just click on the "Back" button.                    

معلومات أساسية عن التمديد

الاسم Among Us Cursors Among Us Cursors
ID kjfpdndppionnohookafiemhhcpojpgh
عنوان URL الرسمي https://chromewebstore.google.com/detail/among-us-cursors/kjfpdndppionnohookafiemhhcpojpgh
الوصف Customize mouse cursor to Among Us style. Use Among Us collection from custom cursors extension
حجم الملف 116 KB
عدد التثبيتات 153,520
النسخة الحالية 1.1.4.1
آخر تحديث 2023-10-03
تاريخ النشر 2022-04-05
تقييم 4.57/5 مجموع تقييمات 30
المطور Custom Cursor Changer
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/15GabjrQ7CED7LnMvRuHnIwDU1PwQgzJi6edbM6rkMRA/edit?usp=sharing
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.4.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/asset\/icon_16.png",
        "24": ".\/asset\/icon_24.png",
        "32": ".\/asset\/icon_32.png",
        "48": ".\/asset\/icon_48.png",
        "128": ".\/asset\/icon_128.png"
    },
    "action": {
        "default_icon": ".\/asset\/icon_32.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/html\/PopUp.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "gcm",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/ContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules1",
                "enabled": true,
                "path": "r-1.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/initCursor.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}