Cursor Stickers

Change your cursor with a nice and great styles of cursors

Cursor Stickersとは何ですか?

Cursor StickersはApps proによって開発されたChromeの拡張機能で、その主な機能は「Change your cursor with a nice and great styles of cursors」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Cursor Stickers for Chrome Change your cursor "mouse" icon to amazing cursor style and pointers action. 
Just install it and choose you favorite cursor style 
you have many cursor stickers style collection to choose:
- Batman cursor stickers style.
- Fortinet cursor stickers style.
- Cars cursor stickers style.
- Animals cursor stickers style.
- Planets cursor stickers style.
- Guns cursor stickers style.
- Mario cursor stickers style.

Easy to choose cursor stickers style.
Have a fun                    

拡張機能の基本情報

名前 Cursor Stickers Cursor Stickers
ID opkjbkcbngimnacfmollcfldnpkdjhle
公式URL https://chromewebstore.google.com/detail/cursor-stickers/opkjbkcbngimnacfmollcfldnpkdjhle
説明 Change your cursor with a nice and great styles of cursors
ファイルサイズ 117 KB
インストール数 7,194
現在のバージョン 0.1.0
最終更新日 2021-10-18
公開日 2020-09-15
評価 3.54/5 合計 13 レビュー
開発者 Apps pro
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://cursor-stickers.familyhealth-ar.com
ヘルプページのURL https://cursor-stickers.familyhealth-ar.com/site/contact
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Stickers",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Change your cursor with a nice and great styles of cursors",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/background-content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.5.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}