MARVEL-DC Cursor

MARVEL-DC Cursor

Hvad er MARVEL-DC Cursor?

MARVEL-DC Cursor er en Chrome-udvidelse udviklet af Qltymedia Online LTD, og dens hovedfunktion er "MARVEL-DC Cursor".

Udvidelsesskærmbilleder

screenshot

Download MARVEL-DC Cursor-udvidelses-CRX-fil

Download MARVEL-DC Cursor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
Officiel URL https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
Beskrivelse MARVEL-DC Cursor
Filstørrelse 59.66 KB
Antal Installationer 83
Nuværende Version 1.0.0
Senest Opdateret 2022-10-09
Udgivelsesdato 2022-10-06
Udvikler Qltymedia Online LTD
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://horizon-grp.com/
URL til Fortrolighedspolitik Side https://qltymedia.com/silly-cats
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}