Pets Chrome

🐾 Pets for Chrome is an application that adds cute and cuddly pets right into your browser.

Pets Chromeคืออะไร?

Pets Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CodeOz และคุณลักษณะหลักของมันคือ "🐾 Pets for Chrome is an application that adds cute and cuddly pets right into your browser."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        😻 Pets for Chrome is an application that adds cute and cuddly pets right into your browser.
With our plugin, you can now own a pet.
Get your very own funny chrome pet today and brighten up your day!

🐈🐈🐈 Our plugin offers a variety of cute pets to choose from, each with their own unique personality and quirks.
You can easily switch between pets to keep things interesting and even interact with them by petting, playing, and dragging them around your screen.

🐾 Whether you're looking for a quick distraction during a busy workday or just want to add some fun and personality to your browser,
Pets for Chrome has got you covered. Our plugin is user-friendly and easy to use, and you can display or hide your pet whenever you want.

Say goodbye to boring and uninspired workspaces and hello to your new furry friend with Pets for Chrome. Download our plugin today and discover a whole new world of virtual pet ownership!


----------------------------------------------------------------------------------------------------

🐾 With this plugin you can:

- Switch on other pets

- Interact with it !

- Drag it when you want on the screen !

- You can display or hide it when you want !

----------------------------------------------------------------------------------------------------

Patch Note 1.1.0

- Add size for pets in the icon menu

- Add reset position button in the icon menu                    

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

ชื่อ Pets Chrome Pets Chrome
ID ifaicffibnedodkbekogndkdfeojcofb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pets-chrome/ifaicffibnedodkbekogndkdfeojcofb
คำอธิบาย 🐾 Pets for Chrome is an application that adds cute and cuddly pets right into your browser.
ขนาดไฟล์ 362 KB
จำนวนการติดตั้ง 34,770
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-03-10
วันที่เผยแพร่ 2021-05-17
คะแนน 3.76/5 รวมทั้งหมด 71 คะแนน
ผู้พัฒนา CodeOz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Code-Oz
URL หน้าช่วยเหลือ https://twitter.com/Code__oz
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.1",
    "name": "Pets Chrome",
    "description": "\ud83d\udc3e Pets for Chrome is an application that adds cute and cuddly pets right into your browser.",
    "icons": {
        "512": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "menu.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}