CUTE WALL-E
Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…
CUTE WALL-Eคืออะไร?
CUTE WALL-E เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paramon exct และคุณลักษณะหลักของมันคือ "Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CUTE WALL-E
ดาวน์โหลดไฟล์ส่วนขยาย CUTE WALL-E ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Wanted a cute mouse cursor instead of regular one?
Our extension will solve your problem! The CUTE WALL-E cursor is a very simple extension for which nothing needs to be configured.
It will change your cursor to the one from the WALL-E cartoon.
Brighten up your day and enjoy it                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | ccnlabknkigbdflncffhbhbegohbodng | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cute-wall-e/ccnlabknkigbdflncffhbhbegohbodng | 
| คำอธิบาย | Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple… | 
| ขนาดไฟล์ | 33.5 KB | 
| จำนวนการติดตั้ง | 16 | 
| เวอร์ชันปัจจุบัน | 0.0.1 | 
| อัปเดตครั้งล่าสุด | 2022-04-22 | 
| วันที่เผยแพร่ | 2022-04-21 | 
| คะแนน | 5.00/5 รวมทั้งหมด 26 คะแนน | 
| ผู้พัฒนา | Paramon exct | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| URL หน้านโยบายความเป็นส่วนตัว | https://www.writeurl.com/publish/bfexen7u7r6an3scoaii | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/icons\/logo128.png",
            "32": "assets\/icons\/logo32.png",
            "16": "assets\/icons\/logo16.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icons\/logo128.png",
        "32": "assets\/icons\/logo32.png",
        "16": "assets\/icons\/logo16.png"
    },
    "manifest_version": 3,
    "name": "CUTE WALL-E",
    "permissions": [
        "storage"
    ],
    "version": "0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*"
            ]
        }
    ]
}  |  |