Among Us Cursor

Fun custom Among Us cursors for Chrome browser.

Among Us Cursorとは何ですか?

Among Us Cursorはhttps://freehdthemes.comによって開発されたChromeの拡張機能で、その主な機能は「Fun custom Among Us cursors for Chrome browser.」です。

拡張機能のスクリーンショット

screenshot

Among Us Cursor拡張機能のCRXファイルをダウンロード

Among Us Cursor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Among Us Cursor Among Us Cursor
ID phhgoenkkdelfajhopaopgcnlnkalklc
公式URL https://chrome.google.com/webstore/detail/among-us-cursor/phhgoenkkdelfajhopaopgcnlnkalklc
説明 Fun custom Among Us cursors for Chrome browser.
ファイルサイズ 160 KB
インストール数 1,000
現在のバージョン 10.221.6.4
最終更新日 2021-06-12
公開日 2021-06-05
開発者 https://freehdthemes.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://freehdthemes.com/privacy-policy
対応言語 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\/*.*"
    ]
}