Love Heart Cursor

Appears heart-shaped when moving the mouse.

What is Love Heart Cursor?

Love Heart Cursor is a Chrome extension developed by namdaik, and its main feature is "Appears heart-shaped when moving the mouse.".

Extension Screenshots

Download Love Heart Cursor Extension CRX File

Download Love Heart Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Love Heart Cursor Love Heart Cursor
ID ahgfjhfefonigkengebhdjikjokkgjlp
Official URL https://chrome.google.com/webstore/detail/love-heart-cursor/ahgfjhfefonigkengebhdjikjokkgjlp
Description Appears heart-shaped when moving the mouse.
File Size 258 KB
Installation Count 833
Current Version 0.0007
Last Updated 2021-09-23
Publish Date 2020-04-22
Rating 5.00/5 Total 2 Ratings
Developer namdaik
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Supported Languages 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"
    ]
}