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
官方網址 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
電子郵箱 [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\/*.*"
    ]
}