MARVEL-DC Cursor

MARVEL-DC Cursor

Co to jest MARVEL-DC Cursor?

MARVEL-DC Cursor to rozszerzenie Chrome opracowane przez Qltymedia Online LTD, a jego główną funkcją jest „MARVEL-DC Cursor”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MARVEL-DC Cursor

Pobierz pliki rozszerzeń MARVEL-DC Cursor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
Oficjalny URL https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
Opis MARVEL-DC Cursor
Rozmiar pliku 59.66 KB
Liczba instalacji 83
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-10-09
Data Publikacji 2022-10-06
Deweloper Qltymedia Online LTD
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://horizon-grp.com/
Adres URL Strony Polityki Prywatności https://qltymedia.com/silly-cats
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}