Custom 'Squid Game Cursor' pack Anime Cursors

Choose your favorite pack of cursors from popular anime series, and replace the standard cursor with something amazing

Custom 'Squid Game Cursor' pack Anime Cursors क्या है?

Custom 'Squid Game Cursor' pack Anime Cursors Pack Cursors द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Choose your favorite pack of cursors from popular anime series, and replace the standard cursor with something amazing"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ****
Update 1.0.2: Added Squid Game Cursors
****
Update 1.0.1: Added BTS Cursors
****

Let's change your cursor to a custom cursor

We provide you with a whole pack of anime cursors, you no longer have to download dozens of different extensions, only one is enough for you. We currently provide 3 packs of different anime cursors such as "Attack on Titan Anime Cursor", "Haikyuu Cursor" and "Jujutsu Anime Cursor".

This extension will allow you to replace a boring standard cursor with something new and amazing, we offer a huge selection of cursors in which you can choose what you like. Let your browser refresh with new colors.

We promise that we will also add other packs of cursors in the near future!) It all depends on your activity. =)

Installing our extension is extremely simple, select this extension from the chrome store, click install in your browser, and select the cursor you like in the cursor selection window. Also, you can change not only the usual pointer, but also the pointer for this, click on the button at the bottom of the cursor selection window.
****
After installation, you need to update the tab on which you are located, also by the rules of google chrome, this extension does not work in the chrome store, to check the extension go to any other site
****

Tell your friends about us and leave a review about us, we listen to everyone.
We will take into account any wishes.
Please rate us and say any of your wishes =)










#Squid Game Cursors
#Attack on Titan Anime Cursor
#Haikyuu Cursor
#Jujutsu Kaisen Anime cursors
#Anime cursors
#Anime cursor
#Naruto cursors
#BTS21 cursor                    

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

नाम Custom 'Squid Game Cursor' pack Anime Cursors Custom 'Squid Game Cursor' pack Anime Cursors
ID oneljaeedenibnlanpcopobeigeiekib
आधिकारिक URL https://chrome.google.com/webstore/detail/custom-squid-game-cursor/oneljaeedenibnlanpcopobeigeiekib
विवरण Choose your favorite pack of cursors from popular anime series, and replace the standard cursor with something amazing
फ़ाइल का आकार 1.02 MB
स्थापना संख्या 5,000
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2021-11-09
प्रकाशन तिथि 2021-07-21
रेटिंग 3.37/5 कुल 27 रेटिंग्स
डेवलपर Pack Cursors
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Choose your favorite pack of cursors from popular anime series, and replace the standard cursor with something amazing",
    "name": "Custom 'Squid Game Cursor' pack Anime Cursors",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "",
        "*:\/\/*\/*"
    ],
    "version": "1.0.2",
    "web_accessible_resources": [
        "cursors\/*.*"
    ],
    "author": "AnimeCursors"
}