Roblox Characters Custom Cursor

This unique Chrome extension allows you to use customized cursors on all websites within your web browser

Roblox Characters Custom Cursorคืออะไร?

Roblox Characters Custom Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://allcursor.com และคุณลักษณะหลักของมันคือ "This unique Chrome extension allows you to use customized cursors on all websites within your web browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblox Characters Custom Cursor

ดาวน์โหลดไฟล์ส่วนขยาย Roblox Characters Custom Cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Do you want to add a unique touch to your web browsing experience? for example roblox characters custom cursor. Look no further than AllCursor.com! Our website offers a convenient and easy-to-use Chrome extension that allows you to customize your cursor, making it an integral part of your online adventures.

Features:
Seamless Installation: Roblox Cursor And AllCursor.com offer a straightforward installation process. Simply download and install our extension from the Chrome Web Store, and you're ready to go! No complex setup or configurations are required.

----Interactive Cursors: With our extension installed, your cursor becomes more than just a pointer. It becomes an interactive tool that you can use to engage with websites in exciting ways.

---Roblox-Cursor Selection: Choose from a variety of unique cursors available in our extension's popup menu. Whether you want a fun and colorful cursor or a sleek and professional one, we've got you covered.

-----Roblox Cursor Customization: this extension  allows you to tailor your cursor to your liking. You can easily resize it to match your preferences or revert to the default Windows cursor when needed.

Supported Websites: Our extension is designed to work seamlessly with a wide range of websites. Once activated, it functions on all supported sites, ensuring a consistent and enjoyable browsing experience.

How to Get Started:

--Install the extension
---Open the extension's popup from your browser's extension to access a variety of cursor options.
---Go to allcursor.com and add the cursor of your choice by clicking the "Add Cursor" link in the extension pop-up.
---Select your preferred cursor style and customize it as desired.
Enjoy a more interactive and personalized browsing experience on all your favorite websites!

For your questions, suggestions or comments, please contact us using the link below https://allcursor.com/contact-us                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Roblox Characters Custom Cursor Roblox Characters Custom Cursor
ID onlebljiolgmajcgmhnlpddfedichgcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roblox-characters-custom/onlebljiolgmajcgmhnlpddfedichgcf
คำอธิบาย This unique Chrome extension allows you to use customized cursors on all websites within your web browser
ขนาดไฟล์ 909 KB
จำนวนการติดตั้ง 4,193
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-10-11
วันที่เผยแพร่ 2023-10-02
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://allcursor.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://allcursor.com/
URL หน้าช่วยเหลือ https://allcursor.com/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://allcursor.com/privacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,tr,ca,da,et,es,hr,it,lv,hu,pl,ro,sk,sl,fi,cs,el,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting",
        "webNavigation"
    ],
    "icons": {
        "128": "assets\/image\/128.png"
    },
    "content_security_policy": {
        "content_security_policy": "img-src 'self' data: *.tile.openstreetmap.org https:\/\/apis.google.com https:\/\/www.google.com\/recaptcha\/ https:\/\/www.gstatic.com\/recaptcha\/ https:\/\/ssl.gstatic.com\/; script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/common.js",
                "assets\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "https:\/\/allcursor.com\/*",
                "assets\/image\/*",
                "assets\/js\/common.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/image\/128.png"
    }
}