WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
KittyCursor - Fun Custom Kitty Cursors

KittyCursor - Fun Custom Kitty Cursors

View on Chrome Web Store
View KittyCursor - Fun Custom Kitty Cursors Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (27 ratings)
1 new ratings
10 views
This extension has been viewed 10 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Change your cursor to be a cute kitty, or any picture of your pet!
Type
Extension
Users
328 users
2
chrome-store-publishers
View author page of chrome-store-publishers
Published
Published on February 8, 2025
Version 1.3.14
Manifest version
3
Updated
Updated on September 5, 2025
lifestyle/fun
Extension Category
Website
Visit developer website
View on Chrome Web Store
View KittyCursor - Fun Custom Kitty Cursors Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KittyCursor - Fun Custom Kitty Cursors",
    "version": "1.3.14",
    "description": "Change your cursor to be a cute kitty, or any picture of your pet!",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "webRequest",
        "cookies",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/logo.png",
            "48": "icons\/logo.png",
            "128": "icons\/logo.png"
        }
    },
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*\/*.png",
                "images\/*.png",
                "custom-cursor.html",
                "*.js.map",
                "content\/*.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top