Fun Cursors

Have fun browsing the web with a new mouse cursor.

Fun Cursorsとは何ですか?

Fun Cursorsはhttps://appdepot.xyzによって開発されたChromeの拡張機能で、その主な機能は「Have fun browsing the web with a new mouse cursor.」です。

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

screenshot
screenshot

Fun Cursors拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Spice up your browsing on Chrome by changing your cursor for a fun one.

This extension gives you new cursors for your mouse / trackpad on Chrome. 
You can always get back your default cursor by clicking cancel.

*** version 0.05 ****
- Cursor works in Library window.
- Automatically update cursor on all open tabs.
- Manifest V3.

Please note cursor cannot work on the Chrome store pages and new tab.                    

拡張機能の基本情報

名前 Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
公式URL https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
説明 Have fun browsing the web with a new mouse cursor.
ファイルサイズ 121 KB
インストール数 10,000
現在のバージョン 0.0.5
最終更新日 2022-12-28
公開日 2019-10-27
評価 2.93/5 合計 60 レビュー
開発者 https://appdepot.xyz
Eメール [email protected]
支払い方法 free
対応言語 de,en,fr,no,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "Cursors"
    },
    "content_scripts": [
        {
            "js": [
                "page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}