Change Cursor for Browser Unlimited

Change the mouse cursor in the browser to cute icon or update image

Change Cursor for Browser Unlimitedとは何ですか?

Change Cursor for Browser UnlimitedはAppProによって開発されたChromeの拡張機能で、その主な機能は「Change the mouse cursor in the browser to cute icon or update image」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Change Cursor for Browser Unlimited拡張機能のCRXファイルをダウンロード

Change Cursor for Browser Unlimited拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        + Change the mouse cursor in the browser to to any picture you like with a large icons and free.
+ Style Cursor for Browser - Free & Unlimited
+ Have fun with a custom cursor for Chrome. Use our collections of cursors or upload your own cursor. Install custom cursors for free.
+ This extension allows you to modify your cursor for Google Chrome. Our extension supports a wide range of topics such as                    

拡張機能の基本情報

名前 Change Cursor for Browser Unlimited Change Cursor for Browser Unlimited
ID gggmnicflbicobcelmacaheaapbbkjdb
公式URL https://chromewebstore.google.com/detail/change-cursor-for-browser/gggmnicflbicobcelmacaheaapbbkjdb
説明 Change the mouse cursor in the browser to cute icon or update image
ファイルサイズ 2.65 MB
インストール数 114
現在のバージョン 1.0.1
最終更新日 2023-05-02
公開日 2023-04-02
開発者 AppPro
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/mailunreadprivacy/home
対応言語 en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/icon128.png",
            "256": "\/assets\/icons\/icon256.png",
            "32": "\/assets\/icons\/icon32.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "icons": {
        "128": "\/assets\/icons\/icon256.png",
        "256": "\/assets\/icons\/icon256.png",
        "32": "\/assets\/icons\/icon256.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "alarms",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*",
                "content.js"
            ]
        }
    ]
}