Сustom game cursors

Replaces the standard mouse cursor. Choose your own cursor style from our collection.

Сustom game cursors क्या है?

Сustom game cursors Animecursors द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the standard mouse cursor. Choose your own cursor style from our collection."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Сustom game cursors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Choose the cursor that suits you, in the "Custom game cursors" package you can find exactly the one that suits you, because we provide you with more than 50 different cursors on many game themes.
--------------
In order to select the cursor, just install our extension and select the icon by opening it in your menu, if you want to return your previous cursor, just click the "Disable" button at the bottom of the page.
-------------
You can also choose the appropriate size of the cursor that you like to do this, press "+" or "-" in the extension window.
------------
P.S
This extension does not work on the main page of Google or in the Google Chrome store, (Google policy) for correct operation, select the cursor in another tab if necessary, refresh the browser page.
-------------
Please rate us and write what you would like to see in this extension and share with your friends, it will help us a lot. =)                    

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

नाम Сustom game cursors Сustom game cursors
ID ogdhddcimhbboinapghdpgjmncipoeea
आधिकारिक URL https://chrome.google.com/webstore/detail/%D1%81ustom-game-cursors/ogdhddcimhbboinapghdpgjmncipoeea
विवरण Replaces the standard mouse cursor. Choose your own cursor style from our collection.
फ़ाइल का आकार 1.86 MB
स्थापना संख्या 2,000
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-02-10
प्रकाशन तिथि 2021-02-10
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Animecursors
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0421ustom game cursors",
    "description": "Replaces the standard mouse cursor. Choose your own cursor style from our collection.",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ]
}