Love Heart Cursor

Appears heart-shaped when moving the mouse.

Wat is Love Heart Cursor?

Love Heart Cursor is een Chrome-extensie ontwikkeld door namdaik, en de belangrijkste functie is "Appears heart-shaped when moving the mouse.".

Extensie Screenshots

Download het CRX-bestand van de extensie Love Heart Cursor

Download Love Heart Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The appearance of the heart when moving the mouse is very beautiful.                    

Basisinformatie over de Extensie

Naam Love Heart Cursor Love Heart Cursor
ID ahgfjhfefonigkengebhdjikjokkgjlp
Officiële URL https://chrome.google.com/webstore/detail/love-heart-cursor/ahgfjhfefonigkengebhdjikjokkgjlp
Beschrijving Appears heart-shaped when moving the mouse.
Bestandsgrootte 258 KB
Aantal Installaties 833
Huidige Versie 0.0007
Laatst Bijgewerkt 2021-09-23
Publicatiedatum 2020-04-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar namdaik
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Love Heart Cursor",
    "version": "0.0007",
    "description": "Appears heart-shaped when moving the mouse.",
    "icons": {
        "19": "\/assets\/images\/tim\/logo-19x19.png",
        "128": "\/assets\/images\/tim\/logo-128x128.png",
        "16": "\/assets\/images\/tim\/logo-16x16.png",
        "38": "\/assets\/images\/tim\/logo-38x38.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/libs\/jquery.js",
                "assets\/js\/client.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "\/assets\/images\/tim\/logo-19x19.png",
        "default_popup": "pages\/options.html"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "storage",
        "activeTab"
    ]
}