Among Us Cursor

Fun custom Among Us cursors for Chrome browser.

Wat is Among Us Cursor?

Among Us Cursor is een Chrome-extensie ontwikkeld door https://freehdthemes.com, en de belangrijkste functie is "Fun custom Among Us cursors for Chrome browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Among Us Cursor

Download Among Us Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows you to replace default mouse cursor with amazing custom among us 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.
-------------------                    

Basisinformatie over de Extensie

Naam Among Us Cursor Among Us Cursor
ID phhgoenkkdelfajhopaopgcnlnkalklc
Officiële URL https://chrome.google.com/webstore/detail/among-us-cursor/phhgoenkkdelfajhopaopgcnlnkalklc
Beschrijving Fun custom Among Us cursors for Chrome browser.
Bestandsgrootte 160 KB
Aantal Installaties 1,000
Huidige Versie 10.221.6.4
Laatst Bijgewerkt 2021-06-12
Publicatiedatum 2021-06-05
Ontwikkelaar https://freehdthemes.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://freehdthemes.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Among Us Cursor",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Fun custom Among Us cursors for Chrome browser.",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "cookies",
        "https:\/\/freehdthemes.com\/",
        "http:\/\/freehdthemes.com\/"
    ],
    "version": "10.221.6.4",
    "web_accessible_resources": [
        "cur\/*.*"
    ]
}