CUSTOM CURSOR

You can pick and choose your default cursor from anywhere.

CUSTOM CURSOR क्या है?

CUSTOM CURSOR BOS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can pick and choose your default cursor from anywhere."।

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

screenshot

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

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

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

                        An browser extension that lets you customize your cursors to images and gifs. Make your cursor look awesome                    

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

नाम CUSTOM CURSOR CUSTOM CURSOR
ID jgifnkdcmnalijmaklanclhpadjgjaom
आधिकारिक URL https://chromewebstore.google.com/detail/custom-cursor/jgifnkdcmnalijmaklanclhpadjgjaom
विवरण You can pick and choose your default cursor from anywhere.
फ़ाइल का आकार 3.98 MB
स्थापना संख्या 198
वर्तमान संस्करण 1.410
अंतिम अपडेट 2024-02-04
प्रकाशन तिथि 2022-01-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर BOS
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://customcursors.cc
सहायता पृष्ठ URL https://app.mysocial360.com/customcursor/support
गोपनीयता नीति पृष्ठ URL https://app.mysocial360.com/privacypolicy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CUSTOM CURSOR",
    "short_name": "Custom Cursor",
    "version": "1.410",
    "description": "You can pick and choose your default cursor from anywhere.",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/customcursors.cc",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+C",
                "mac": "Command+Shift+C",
                "windows": "Ctrl+Shift+C",
                "chromeos": "Ctrl+Shift+C",
                "linux": "Ctrl+Shift+C"
            },
            "description": "Opens Cursor Selector"
        }
    },
    "permissions": [
        "identity",
        "identity.email",
        "activeTab",
        "desktopCapture",
        "gcm",
        "cookies",
        "contextMenus",
        "storage",
        "tabs",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo192.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo192.png",
            "192": "logo192.png",
            "512": "logo512.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.mysocial360.com\/oauth\/*",
                "https:\/\/app.mysocial360.com\/customcursor\/*"
            ],
            "js": [
                ".\/messages\/auth.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "css": [
                ".\/libs\/alertifyjs\/css\/themes\/bootstrap.min.css",
                ".\/libs\/alertifyjs\/css\/alertify.min.css",
                ".\/libs\/alertifyjs\/css\/alertify.rtl.min.css"
            ],
            "js": [
                ".\/libs\/alertifyjs\/alertify.min.js",
                ".\/content.js",
                ".\/content\/record.js",
                ".\/content\/toolbar.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/customcursors.cc\/*",
                "https:\/\/*.customcursors.cc\/*"
            ],
            "js": [
                ".\/content\/customcursors.cc.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/accountscenter.facebook.com\/profiles\/",
                "https:\/\/accountscenter.facebook.com\/personal_info\/",
                "https:\/\/accountscenter.facebook.com\/profiles\/*",
                "https:\/\/accountscenter.facebook.com\/personal_info\/*"
            ],
            "js": [
                ".\/content\/facebook.login.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "logo192.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}