Among Us Custom Cursor

Fun custom Among Us cursors for Chrome browser.

Was ist Among Us Custom Cursor?

Among Us Custom Cursor ist eine Chrome-Erweiterung, die von roylimboy90 entwickelt wurde, und ihr Hauptmerkmal ist "Fun custom Among Us cursors for Chrome browser.".

Erweiterungsscreenshots

screenshot

Among Us Custom Cursor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Among Us Custom Cursor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allows you to replace default cursor with amazing custom cursor.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

Grundlegende Informationen zur Erweiterung

Name Among Us Custom Cursor Among Us Custom Cursor
ID ipfjnikpccdpgjelgomppkdgiokfkjeg
Offizielle URL https://chromewebstore.google.com/detail/among-us-custom-cursor/ipfjnikpccdpgjelgomppkdgiokfkjeg
Beschreibung Fun custom Among Us cursors for Chrome browser.
Dateigröße 251 KB
Installationsanzahl 51,870
Aktuelle Version 10.221.6.45
Letztes Update 2023-05-25
Veröffentlichungsdatum 2020-10-12
Bewertung 4.20/5 Insgesamt 40 Bewertungen
Entwickler roylimboy90
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Fun custom Among Us cursors for Chrome browser. ",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Among Us Custom Cursor",
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "version": "10.221.6.45",
    "web_accessible_resources": [
        "cur\/*.*"
    ]
}