MARVEL-DC Cursor

MARVEL-DC Cursor

Was ist MARVEL-DC Cursor?

MARVEL-DC Cursor ist eine Chrome-Erweiterung, die von Qltymedia Online LTD entwickelt wurde, und ihr Hauptmerkmal ist "MARVEL-DC Cursor".

Erweiterungsscreenshots

screenshot

MARVEL-DC Cursor-Erweiterungs-CRX-Datei herunterladen

Laden Sie MARVEL-DC Cursor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
Offizielle URL https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
Beschreibung MARVEL-DC Cursor
Dateigröße 59.66 KB
Installationsanzahl 83
Aktuelle Version 1.0.0
Letztes Update 2022-10-09
Veröffentlichungsdatum 2022-10-06
Entwickler Qltymedia Online LTD
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://horizon-grp.com/
URL der Datenschutzrichtlinien-Seite https://qltymedia.com/silly-cats
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}