MARVEL-DC Cursor

MARVEL-DC Cursor

Apa itu MARVEL-DC Cursor?

MARVEL-DC Cursor adalah ekstensi Chrome yang dikembangkan oleh Qltymedia Online LTD, dan fitur utamanya adalah "MARVEL-DC Cursor".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MARVEL-DC Cursor

Unduh file ekstensi MARVEL-DC Cursor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
URL Resmi https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
Deskripsi MARVEL-DC Cursor
Ukuran File 59.66 KB
Jumlah Instalasi 83
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-10-09
Tanggal Publikasi 2022-10-06
Pengembang Qltymedia Online LTD
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://horizon-grp.com/
URL Halaman Kebijakan Privasi https://qltymedia.com/silly-cats
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}