Roblox Cursors

Change mouse cursor into Roblox icon or theme via Roblox Custom Cursors For Chrome extension

Roblox Cursors란 무엇입니까?

Roblox Cursors은(는) Roblox Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change mouse cursor into Roblox icon or theme via Roblox Custom Cursors For Chrome extension"입니다.

확장 프로그램 스크린샷

screenshot

Roblox Cursors 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Roblox Custom Cursor For Chrome browser is a modern extension that changes your mouse pointer into Roblox icon or theme.

The extension was made by fans, for fans who like Roblox game

Make your web surfing experience more enjoyable with this Roblox custom mouse cursor. It is suitable for people of all ages.

Features:
> choose custom collections or sets from huge cursor library
> make cursor bigger or smaller
> change cursor icon to your favorite theme
> you new custom mouse pointer will available for webpages


This is a theme specially designed to customize the browser Google Chrome.

Customize your Google Chrome browser with the Roblox Сursor Set. This colorful, fun, and easy to use theme is suitable for everyone. Change your mouse pointer in a few clicks

How to install Roblox Custom Cursor for Chrome from the Chrome Web store

You can customize Chrome and add features and functionality by adding extensions from the Chrome Web Store.

1. Open the Chrome Web Store.

2. Find and select the Roblox cursor extension

3. Click Add to Chrome. Some extensions will let you know if they need certain permissions or data. To approve, click Add extension. To use the extension, click the icon to the right of the address bar.                    

확장 프로그램 기본 정보

이름 Roblox Cursors Roblox Cursors
ID jolpphelkfknggikoffmidbnogahbdkb
공식 URL https://chromewebstore.google.com/detail/roblox-cursors/jolpphelkfknggikoffmidbnogahbdkb
설명 Change mouse cursor into Roblox icon or theme via Roblox Custom Cursors For Chrome extension
파일 크기 141 KB
설치 횟수 173,079
현재 버전 1.2.3.2
최근 업데이트 2023-05-16
출시 날짜 2022-03-28
평점 3.92/5 총 50 개의 평점
개발자 Roblox Tools
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/16Ls5nNnmFIU8ZBJvf5eAZ2ddoqKzQbTnXdld7oVrDhA/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.2.3.2",
    "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:\/\/*\/*"
            ]
        }
    ]
}