Fun Cursors - Lite

Have fun browsing the web with a new mouse cursor.

Fun Cursors - Liteとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        The extension allows you to change your default mouse cursor. 
Select a new mouse cursor by clicking on the extension popup.

Your mouse cursor will be changed on all website except Chrome store and new tab.                    

拡張機能の基本情報

名前 Fun Cursors - Lite Fun Cursors - Lite
ID fdkfljgmhdclipgecdhknegajglbaelf
公式URL https://chrome.google.com/webstore/detail/fun-cursors-lite/fdkfljgmhdclipgecdhknegajglbaelf
説明 Have fun browsing the web with a new mouse cursor.
ファイルサイズ 265 KB
インストール数 2,000
現在のバージョン 0.0.4
最終更新日 2021-08-14
公開日 2020-03-10
評価 3.33/5 合計 6 レビュー
開発者 Century
Eメール [email protected]
支払い方法 free
対応言語 de,en,fr,no,es,it
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "Cursors"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.slim.js",
                "page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4",
    "web_accessible_resources": [
        "cursors\/*",
        "*.css"
    ]
}