WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Fallout Cursor - Custom Game Cursor for Chrome

Fallout Cursor - Custom Game Cursor for Chrome

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

Step into the Wasteland with the Fallout cursor. Perfect for fans of Vault Boy, Pip-Boy, and post-apocalyptic adventures!
Type
Extension
Users
165 users
17
PixEXT
View author page of PixEXT
Published
Published on April 26, 2025
Version 1.0.3
Manifest version
3
Updated
Updated on May 22, 2025
lifestyle/games
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Fallout Cursor - Custom Game Cursor for Chrome 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",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/tabplugins.com\/fallout-cursor-custom-game-cursor-for-chrome\/",
    "version": "1.0.3",
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Change cursor",
        "default_popup": "index.html",
        "default_icon": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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