Cool Cursors

Change cursors every day

Cool Cursorsとは何ですか?

Cool Cursorsはaldarov1211によって開発されたChromeの拡張機能で、その主な機能は「Change cursors every day」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This addon provides you with a nice and big library of custom mouse pointers. We`ve collected for you the best and the brightest custom cursors to bring something special to your everyday browsing. This extension doesn’t track your actions online and doesn’t affect your device or personal data. Use your favorite and unique custom cursor from huge library. Pick one you like the most or just replace cursor everyday!
Important note: don’t forget to refresh the tabs; otherwise new custom cursor won’t be displayed!
If you`re already tired of this boring default cursor then you should definitely check out the custom cursor extension. It’s a simple yet pretty cool chrome extension to replace boring default cursor with something special. There are such categories like starter, cartoons, gradients, sport, vacation, work, cinema, lifestyle etc. Awesome collection of neat custom mouse pointers definitely won’t disappoint you. Bring some colors to your everyday routine with those cool custom cursors. Get this free and cool extension and join the community of users who already enjoy the product. Let’s do this using our new and colorful custom cursor extension. Brighten up the day with our new and absolutely free extension. Replace cursor in a few clicks and you notice how your browsing experience will be transformed and improved.                    

拡張機能の基本情報

名前 Cool Cursors Cool Cursors
ID ofmapikfejkkccommnggkcncneglmgad
公式URL https://chrome.google.com/webstore/detail/cool-cursors/ofmapikfejkkccommnggkcncneglmgad
説明 Change cursors every day
ファイルサイズ 47.42 KB
インストール数 300,000
現在のバージョン 1.2
最終更新日 2022-01-25
公開日 2021-11-14
評価 1.83/5 合計 6 レビュー
開発者 aldarov1211
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Change cursors every day",
    "version": "1.2",
    "background": {
        "page": "sarag\/lofa.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "gab\/laki.png"
        },
        "default_popup": "sarag\/index.html"
    },
    "icons": {
        "128": "gab\/laki.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sour\/another\/jojo.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sour\/basta.js"
            ]
        }
    ]
}