Among Us Cursor

Fun custom Among Us cursors for Chrome browser.

Among Us Cursorคืออะไร?

Among Us Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://freehdthemes.com และคุณลักษณะหลักของมันคือ "Fun custom Among Us cursors for Chrome browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Among Us Cursor

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*.*"
    ]
}