Cool Cursors - Custom Cursor for Chrome

Customize your experience of using the Chrome browser with cool free mouse cursors.

Cool Cursors - Custom Cursor for Chrome क्या है?

Cool Cursors - Custom Cursor for Chrome coolcursorsproject द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize your experience of using the Chrome browser with cool free mouse cursors."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cool Cursors - Custom Cursor for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        36 cursors for your choice.
Just click on the cursor you like and it will replace the default cursor :)

You can resize the cursor of your choice from 32x32 to 128x128px.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

एक्सटेंशन की मूल जानकारी

नाम Cool Cursors - Custom Cursor for Chrome Cool Cursors - Custom Cursor for Chrome
ID lkfenbemiijadblhlgikkdibckpjaacc
आधिकारिक URL https://chromewebstore.google.com/detail/cool-cursors-custom-curso/lkfenbemiijadblhlgikkdibckpjaacc
विवरण Customize your experience of using the Chrome browser with cool free mouse cursors.
फ़ाइल का आकार 1.06 MB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2022-10-21
प्रकाशन तिथि 2020-12-09
रेटिंग 4.54/5 कुल 191 रेटिंग्स
डेवलपर coolcursorsproject
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/16uLmdhKC16r6WpaWnuHxUqcaERPNmAbAb0lcwXu6qUs/edit?usp=sharing
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cool Cursors - Custom Cursor for Chrome",
    "description": "Customize your experience of using the Chrome browser with cool free mouse cursors.",
    "version": "2.0.1",
    "icons": {
        "32": "logo\/logo_32.png",
        "64": "logo\/logo_64.png",
        "128": "logo\/logo_128.png"
    },
    "action": {
        "default_icon": "logo\/logo_32.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ]
}