MARVEL-DC Cursor

MARVEL-DC Cursor

Vad är MARVEL-DC Cursor?

MARVEL-DC Cursor är en Chrome-tillägg utvecklad av Qltymedia Online LTD, och dess huvudfunktion är "MARVEL-DC Cursor".

Tilläggsskärmbilder

screenshot

Ladda ner MARVEL-DC Cursor-förlängningens CRX-fil

Ladda ner MARVEL-DC Cursor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
Officiell webbadress https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
Beskrivning MARVEL-DC Cursor
Filstorlek 59.66 KB
Antal Installationer 83
Aktuell Version 1.0.0
Senast Uppdaterad 2022-10-09
Publiceringsdatum 2022-10-06
Utvecklare Qltymedia Online LTD
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://horizon-grp.com/
URL till Sekretesspolicy Sidan https://qltymedia.com/silly-cats
Stödda Språk 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": [
                ""
            ]
        }
    ]
}