MARVEL-DC Cursor

MARVEL-DC Cursor

What is MARVEL-DC Cursor?

MARVEL-DC Cursor is a Chrome extension developed by Qltymedia Online LTD, and its main feature is "MARVEL-DC Cursor".

Extension Screenshots

screenshot

Download MARVEL-DC Cursor Extension CRX File

Download MARVEL-DC Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
Official URL https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
Description MARVEL-DC Cursor
File Size 59.66 KB
Installation Count 83
Current Version 1.0.0
Last Updated 2022-10-09
Publish Date 2022-10-06
Developer Qltymedia Online LTD
Email [email protected]
Payment Type free
Extension Website https://horizon-grp.com/
Privacy Policy Page URL https://qltymedia.com/silly-cats
Supported Languages 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": [
                ""
            ]
        }
    ]
}