WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Arctic Cursor

Arctic Cursor

View on Chrome Web Store
View Arctic Cursor Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

Cool icy cursor theme with frosty blue tones for your browsing experience
Type
Extension
Users
1 users
1
caot*******************
View author page of caot*******************
Published
Published on November 17, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on November 28, 2025
lifestyle/art
Extension Category
View on Chrome Web Store
View Arctic Cursor 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": "Arctic Cursor",
    "version": "1.0.0",
    "description": "Cool icy cursor theme with frosty blue tones for your browsing experience",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Arctic Cursor",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline';"
    }
}
© 2026 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