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