MARVEL-DC Cursor

MARVEL-DC Cursor

Wat is MARVEL-DC Cursor?

MARVEL-DC Cursor is een Chrome-extensie ontwikkeld door Qltymedia Online LTD, en de belangrijkste functie is "MARVEL-DC Cursor".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MARVEL-DC Cursor

Download MARVEL-DC Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
Officiële URL https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
Beschrijving MARVEL-DC Cursor
Bestandsgrootte 59.66 KB
Aantal Installaties 83
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-10-09
Publicatiedatum 2022-10-06
Ontwikkelaar Qltymedia Online LTD
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://horizon-grp.com/
URL van de Privacybeleid Pagina https://qltymedia.com/silly-cats
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}