MARVEL-DC Cursor

MARVEL-DC Cursor

Cos'è MARVEL-DC Cursor?

MARVEL-DC Cursor è un'estensione di Chrome sviluppata da Qltymedia Online LTD, e la sua funzione principale è "MARVEL-DC Cursor".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MARVEL-DC Cursor

Scarica i file di estensione MARVEL-DC Cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
URL Ufficiale https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
Descrizione MARVEL-DC Cursor
Dimensione del File 59.66 KB
Conteggio Installazioni 83
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-10-09
Data di Pubblicazione 2022-10-06
Sviluppatore Qltymedia Online LTD
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://horizon-grp.com/
URL della Pagina della Politica sulla Privacy https://qltymedia.com/silly-cats
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}