Kingdom Hearts cursor

Custom Kingdom Hearts cursor for your chrome

什麼是Kingdom Hearts cursor?

Kingdom Hearts cursor是由LSP開發的Chrome擴展程式,該擴展的主要功能是“Custom Kingdom Hearts cursor for your chrome”。

擴展截圖

screenshot

下載Kingdom Hearts cursor擴展crx文件

下載Kingdom Hearts cursor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Replaces the standard mouse cursor.
Kingdom Hearts cursor, choose your own cursor style. 
Just click on the cursor you like and it will replace the default cursor.

-------------------
Installation:
Download this extension, after installing it, click on the icon that appears on the toolbar in the tab, click on the icon in the toolbar and select the cursors you like and then update active tab.
After installing this extension, refresh the previously opened tab if you want to use it on this page.
-------------------
If you have any questions about our Kingdom Hearts cursor extension or just want to give us some feedback, feel free to send us a message or write a review! 
-------------------
Please share this pack of cursors with your friends and rate our quality.
-------------------
Made with ❤️                    

擴展基本資訊

名稱 Kingdom Hearts cursor Kingdom Hearts cursor
ID ncmdgnndipjnnponjhejalkkkhjfdcel
官方網址 https://chromewebstore.google.com/detail/kingdom-hearts-cursor/ncmdgnndipjnnponjhejalkkkhjfdcel
簡介 Custom Kingdom Hearts cursor for your chrome
檔案大小 1.85 MB
安裝次數 253
目前版本 1.0.2
更新時間 2022-10-31
上架時間 2022-10-31
評分 3.50/5 共 2 次評分
開發者 LSP
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kingdom Hearts cursor",
    "description": "Custom Kingdom Hearts cursor for your chrome",
    "version": "1.0.2",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Kingdom Hearts cursor"
    },
    "icons": {
        "16": "img\/logo-small-16.png",
        "32": "img\/logo-small-32.png",
        "48": "img\/logo-small-48.png",
        "128": "img\/logo-small-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app\/common.js",
                "cur\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "app\/common.js",
                "app\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "notifications",
        "webNavigation"
    ]
}