Among Us Cursor

Fun custom Among Us cursors for Chrome browser.

Apa itu Among Us Cursor?

Among Us Cursor adalah ekstensi Chrome yang dikembangkan oleh https://freehdthemes.com, dan fitur utamanya adalah "Fun custom Among Us cursors for Chrome browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Among Us Cursor

Unduh file ekstensi Among Us Cursor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Among Us Cursor Among Us Cursor
ID phhgoenkkdelfajhopaopgcnlnkalklc
URL Resmi https://chrome.google.com/webstore/detail/among-us-cursor/phhgoenkkdelfajhopaopgcnlnkalklc
Deskripsi Fun custom Among Us cursors for Chrome browser.
Ukuran File 160 KB
Jumlah Instalasi 1,000
Versi Saat Ini 10.221.6.4
Terakhir Diperbarui 2021-06-12
Tanggal Publikasi 2021-06-05
Pengembang https://freehdthemes.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://freehdthemes.com/privacy-policy
Bahasa yang Didukung 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\/*.*"
    ]
}