Change My Cursor

Change your cursor to any picture you like!

Change My Cursorとは何ですか?

Change My Cursorはhttps://yoonicode.comによって開発されたChromeの拡張機能で、その主な機能は「Change your cursor to any picture you like!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Change your mouse cursor to ANYTHING you want!

This chrome extension is open source (to the extent of the LICENSE that you can view in the below repository); you can view the GitHub repository at https://github.com/yummypasta/changemycursor                    

拡張機能の基本情報

名前 Change My Cursor Change My Cursor
ID lppmahciboilaokklohhhdlaadkobgpc
公式URL https://chromewebstore.google.com/detail/change-my-cursor/lppmahciboilaokklohhhdlaadkobgpc
説明 Change your cursor to any picture you like!
ファイルサイズ 17.19 KB
インストール数 47,117
現在のバージョン 2.0.0
最終更新日 2022-05-15
公開日 2019-06-07
評価 1.90/5 合計 105 レビュー
開発者 https://yoonicode.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change My Cursor",
    "description": "Change your cursor to any picture you like!",
    "version": "2.0.0",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "Change My Cursor!",
        "default_icon": "img\/cursor.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}