Among Us Custom Cursor

Fun custom Among Us cursors for Chrome browser.

Qu'est-ce que Among Us Custom Cursor ?

Among Us Custom Cursor est une extension Chrome développée par roylimboy90, et sa fonction principale est "Fun custom Among Us cursors for Chrome browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Among Us Custom Cursor

Téléchargez les fichiers d'extension Among Us Custom Cursor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.
-------------------                    

Informations de Base sur l'Extension

Nom Among Us Custom Cursor Among Us Custom Cursor
ID ipfjnikpccdpgjelgomppkdgiokfkjeg
URL Officiel https://chromewebstore.google.com/detail/among-us-custom-cursor/ipfjnikpccdpgjelgomppkdgiokfkjeg
Description Fun custom Among Us cursors for Chrome browser.
Taille du Fichier 251 KB
Nombre d'Installations 51,870
Version Actuelle 10.221.6.45
Dernière Mise à Jour 2023-05-25
Date de Publication 2020-10-12
Évaluation 4.20/5 Total 40 Évaluations
Développeur roylimboy90
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*.*"
    ]
}