Wild life mouse cursors

Spice up your browsing with fun cursors.

Wild life mouse cursorsとは何ですか?

Wild life mouse cursorsはhttps://appdepot.xyzによって開発されたChromeの拡張機能で、その主な機能は「Spice up your browsing with fun cursors.」です。

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

screenshot

Wild life mouse cursors拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Change your mouse cursor for a wild life mouse cursor.

To change cursor, click on the cursor icon situated on top right corner of Chrome.
You can at anytime get back your original cursor by clicking on the link at the bottom of the cursors list.
---
Note that your cursor will be change only when browsing the web with Chrome.                    

拡張機能の基本情報

名前 Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
公式URL https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
説明 Spice up your browsing with fun cursors.
ファイルサイズ 68.81 KB
インストール数 416
現在のバージョン 3.0.0
最終更新日 2022-10-24
公開日 2022-10-24
評価 3.38/5 合計 8 レビュー
開発者 https://appdepot.xyz
Eメール [email protected]
支払い方法 free
対応言語 de,en,fr,es,it,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Wild life"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "cursors.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}