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
官方網址 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
電子郵箱 [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"
    ]
}