Imposter 101 Among us Custom cursors

Replaces the standard mouse cursor in the browser.

Imposter 101 Among us Custom cursors क्या है?

Imposter 101 Among us Custom cursors customcursorsamongus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the standard mouse cursor in the browser."।

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

screenshot

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

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

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

                        Replaces the standard mouse cursor in the browser.
****
By installing this extension, you will change the standard view of the cursor, to a more fun and unusual one that will not let you get bored, you can change it at any time, just select the cursor you like and update the active tab. This extension has more than 20 cursors from the popular game Among us, from which everyone can choose something for themselves. You will be able to select separately both the view of the standard cursor, as well as the pointer when you hover over clickable links

****

Installation:
Download this extension, after installing it, click on the icon that appears on the toolbar in the tab, click on the icon in the toolbar and select the cursors you like and then update active tab, you will definitely find something for yourself, because we provide more than 20 cursors
****
Note:
These cursors do not work on the Google homepage and in the Google Chrome store. Just open another tab and your cursor will be activated. If you were on some tab and selected the cursor, but it has not changed, just refresh the page and it will work. P.S. remove the previous cursors, for the extension to work properly
****
Please share this pack of cursors with your friends and rate our quality.
****                    

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

नाम Imposter 101 Among us Custom cursors Imposter 101 Among us Custom cursors
ID hbefoichacffegbgjgnmcmnkceocdjgk
आधिकारिक URL https://chrome.google.com/webstore/detail/imposter-101-among-us-cus/hbefoichacffegbgjgnmcmnkceocdjgk
विवरण Replaces the standard mouse cursor in the browser.
फ़ाइल का आकार 86.86 KB
स्थापना संख्या 30,000
वर्तमान संस्करण 22.32.19
अंतिम अपडेट 2021-09-14
प्रकाशन तिथि 2021-03-24
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर customcursorsamongus
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": " Imposter 101 Among us Custom cursors",
    "version": "22.32.19",
    "description": "Replaces the standard mouse cursor in the browser.",
    "permissions": [
        "*:\/\/mycursors.ru\/*",
        "storage",
        ""
    ],
    "browser_action": {
        "default_popup": "views\/popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/cursorLoad.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "scripts\/cursorInject.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    }
}