Anime Cursors

Replaces the standard mouse cursor.

Anime Cursors क्या है?

Anime Cursors Animecursors द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the standard mouse cursor."।

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

screenshot
screenshot

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

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

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

                        Replaces the standard mouse cursor in the browser.
******
More than 20 unique cursors from different cartoons of the "Anime" genre.
Selecting the cursor is not a big deal, just select the cursor you like and click on it once, that's all you have selected the cursor. If you want to change the size of the selected cursor just press "+" or "-" in the box above the cursors. If you want to return the standard cursor just click "Disable" and you will be returned to the standard cursor.
******
Admonition.

These cursors do not work on the main page of google and google shop chrome "google policy"
And also if the cursor does not change, refresh this page.
*******
Please rate us, it will help us to improve these cursors, and tell your friends. 
******






Naruto cursors
One punch man cursors                    

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

नाम Anime Cursors Anime Cursors
ID gbonepihbdlngjfekpacdlclklenioam
आधिकारिक URL https://chrome.google.com/webstore/detail/anime-cursors/gbonepihbdlngjfekpacdlclklenioam
विवरण Replaces the standard mouse cursor.
फ़ाइल का आकार 905 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2021-08-09
प्रकाशन तिथि 2021-01-24
रेटिंग 3.34/5 कुल 85 रेटिंग्स
डेवलपर Animecursors
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anime Cursors",
    "description": "Replaces the standard mouse cursor.",
    "version": "1.2.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "Images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "",
        "*:\/\/*\/*",
        "webNavigation",
        "tabs",
        "activeTab"
    ]
}