Star Wars cursor

Custom Star Wars cursor for your chrome

什么是Star Wars cursor?

Star Wars cursor是由LSP开发的Chrome扩展程序,该扩展的主要功能是“Custom Star Wars cursor for your chrome”。

扩展截图

screenshot

下载Star Wars cursor扩展crx文件

下载Star Wars cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replaces the standard mouse cursor.
Star Wars 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 Star Wars cursor extension or just want to give us some feedback, feel free to send us a message or write a review! 
-------------------
Made with ❤️                    

扩展基本信息

名称 Star Wars cursor Star Wars cursor
ID nocnnklalamnfikpjneapeommdolobki
官方URL https://chromewebstore.google.com/detail/star-wars-cursor/nocnnklalamnfikpjneapeommdolobki
简介 Custom Star Wars cursor for your chrome
文件大小 2.57 MB
安装次数 585
当前版本 1.0.3
更新时间 2022-11-15
上架时间 2022-11-14
开发者 LSP
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Star Wars cursor",
    "description": "Custom Star Wars cursor for your chrome",
    "version": "1.0.3",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Star Wars 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"
    ]
}