Among Us Custom Cursor

Fun custom Among Us cursors for Chrome browser.

Among Us Custom Cursorとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 Among Us Custom Cursor Among Us Custom Cursor
ID ipfjnikpccdpgjelgomppkdgiokfkjeg
公式URL https://chromewebstore.google.com/detail/among-us-custom-cursor/ipfjnikpccdpgjelgomppkdgiokfkjeg
説明 Fun custom Among Us cursors for Chrome browser.
ファイルサイズ 251 KB
インストール数 51,870
現在のバージョン 10.221.6.45
最終更新日 2023-05-25
公開日 2020-10-12
評価 4.20/5 合計 40 レビュー
開発者 roylimboy90
Eメール [email protected]
支払い方法 free
対応言語 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\/*.*"
    ]
}