MARVEL-DC Cursor

MARVEL-DC Cursor

什么是MARVEL-DC Cursor?

MARVEL-DC Cursor是由Qltymedia Online LTD开发的Chrome扩展程序,该扩展的主要功能是“MARVEL-DC Cursor”。

扩展截图

screenshot

下载MARVEL-DC Cursor扩展crx文件

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

扩展使用说明

                        Replaces default cursor with a cool super hero cursor. Change the usual mouse pointer to an amazing custom cursor.
Super hero cursors is a wonderful extension for everyone who wants to change the default mouse pointer to a cool and trendy one.
The new tab  embeds a search bar. Search features are provided by Microsoft Bing. No changes to your browser default search settings will be made.
By installing Marvel Cursor extension, you agree to the the Privacy Policy elaborated on Horizon Group website:
Privacy Policy: https://horizon-grp.com/?page_id=3                    

扩展基本信息

名称 MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
官方URL https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
简介 MARVEL-DC Cursor
文件大小 59.66 KB
安装次数 83
当前版本 1.0.0
更新时间 2022-10-09
上架时间 2022-10-06
开发者 Qltymedia Online LTD
电子邮箱 [email protected]
付费类型 free
扩展官网 https://horizon-grp.com/
隐私政策页面URL https://qltymedia.com/silly-cats
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MARVEL-DC Cursor",
    "description": "MARVEL-DC Cursor",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}