Cool Cursors - Custom Cursor for Chrome

Customize your experience of using the Chrome browser with cool free mouse cursors.

Cool Cursors - Custom Cursor for Chromeとは何ですか?

Cool Cursors - Custom Cursor for Chromeはcoolcursorsprojectによって開発されたChromeの拡張機能で、その主な機能は「Customize your experience of using the Chrome browser with cool free mouse cursors.」です。

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

screenshot

Cool Cursors - Custom Cursor for Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        36 cursors for your choice.
Just click on the cursor you like and it will replace the default cursor :)

You can resize the cursor of your choice from 32x32 to 128x128px.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

拡張機能の基本情報

名前 Cool Cursors - Custom Cursor for Chrome Cool Cursors - Custom Cursor for Chrome
ID lkfenbemiijadblhlgikkdibckpjaacc
公式URL https://chromewebstore.google.com/detail/cool-cursors-custom-curso/lkfenbemiijadblhlgikkdibckpjaacc
説明 Customize your experience of using the Chrome browser with cool free mouse cursors.
ファイルサイズ 1.06 MB
インストール数 20,000
現在のバージョン 2.0.1
最終更新日 2022-10-21
公開日 2020-12-09
評価 4.54/5 合計 191 レビュー
開発者 coolcursorsproject
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/16uLmdhKC16r6WpaWnuHxUqcaERPNmAbAb0lcwXu6qUs/edit?usp=sharing
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cool Cursors - Custom Cursor for Chrome",
    "description": "Customize your experience of using the Chrome browser with cool free mouse cursors.",
    "version": "2.0.1",
    "icons": {
        "32": "logo\/logo_32.png",
        "64": "logo\/logo_64.png",
        "128": "logo\/logo_128.png"
    },
    "action": {
        "default_icon": "logo\/logo_32.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ]
}