Cursor Cat

Funny custom cats chase the cursor in your Chrome browser. Your personal pet.

Cursor Catคืออะไร?

Cursor Cat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Asc และคุณลักษณะหลักของมันคือ "Funny custom cats chase the cursor in your Chrome browser. Your personal pet."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Cursor Cat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        😻 Cursor Cat - a kitten chasing the mouse cursor.

Get a funny chrome pet as a cute cat that will chase your mouse on different sites.

Such funny pets are available for you:
- Tabby;
- Punky;
- Maneki Neko;
- And also many other cool 🐈🐈🐈 characters.

Move the cursor around the website area, and animated cats will catch up with your cursor. At the same time, their funny faces will change, depending on the movements. Having caught up with the cursor, pet safely accommodate around it.

How to use:
- Install this extension;
- Its icon will appear in the upper right corner of the browser;
- Open any other site (except Chrome Web Store or Homepage);
- Click on the extension icon;
- Choose any kitten by clicking on it;
- Move the cursor over the site area;
- Kitty will start the hunt for the cursor;
- Have fun!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cursor Cat Cursor Cat
ID aeehekhncjhhmchjolinnihgdpapmljk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cursor-cat/aeehekhncjhhmchjolinnihgdpapmljk
คำอธิบาย Funny custom cats chase the cursor in your Chrome browser. Your personal pet.
ขนาดไฟล์ 1.13 MB
จำนวนการติดตั้ง 121,256
เวอร์ชันปัจจุบัน 2.3.6
อัปเดตครั้งล่าสุด 2024-02-24
วันที่เผยแพร่ 2020-06-18
คะแนน 4.44/5 รวมทั้งหมด 3376 คะแนน
ผู้พัฒนา Asc
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/always-summer-studio/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png",
            "32": "assets\/icons\/icon32.png",
            "64": "assets\/icons\/icon64.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_default_title__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "libs\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.catcursor.com\/*"
        ]
    },
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png",
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlfKxTfP0yoo+4DOKKdgzbzFTVxrVUkfUYE2wfm5tpSvivQBiF9EJSwMox8QH415cDYwedNXfCT0\/PLO8GN2WlJF1apW0B1k4UlKkOjwRPmnT4CyJRxRQFyfNekzcwTLNbujoA3IRh6bBqo+NHxZKPDuUhw8k4Mf41Psep+imUQ6RBdosQ7trgwfVO6IFUBCdl5UTumpSH9sCKmQY92+BOXAyMWg+tUd6aJwIC8HLuQFnL9f7oiIHxQvH7sHWWJPLbEDJtYUM6IHvN4pwSgvEmJ9rU8ie1Gyf8N9B9+XXrSS2gxCk1SdRPAjXbGUI7+2O0Pzmi5m1Hz0blu6JMAT3CQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.6",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/img\/*.*",
                "assets\/*.*",
                "libs\/*.*",
                "style.js",
                "sw.js",
                "*:\/\/*\/*"
            ]
        }
    ]
}