Chicken Smoothie Helper

A utility extension for Chicken Smoothie.

Chicken Smoothie Helperคืออะไร?

Chicken Smoothie Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bethanw10 และคุณลักษณะหลักของมันคือ "A utility extension for Chicken Smoothie."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chicken Smoothie Helper

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

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

                        Chicken Smoothie Helper is a utility extension for chickensmoothie.com

Features:
- Select pets by date
    Choose a from date and a to date to select every pet within that range
- Select pets by rarity (now including new rarities)
    Tick every rarity you want to select, including 'Unknown' if you want to select pets without a rarity yet. This section will also show how many pets are on the page for each rarity.
    Note: for this to work you need to have 'Show pet rarities under pets when viewing pet groups' checked under the pet display settings
- Select duplicates
    Will select every pet that that appears more than once on the page. Doesn't work for pets with items. It will also select any growing pets that appear the same - even if they later split into separate outcomes
- Wishlist Helper
  Add/remove all pets, remove any owned pets or add any unowned pets on an archive page
- Page size
    Set the page size to change how many pets you want to view at a time                    

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

ชื่อ Chicken Smoothie Helper Chicken Smoothie Helper
ID oigkinmikopkalifmhgcoijopkkiidih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chicken-smoothie-helper/oigkinmikopkalifmhgcoijopkkiidih
คำอธิบาย A utility extension for Chicken Smoothie.
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 1,246
เวอร์ชันปัจจุบัน 1.5.7
อัปเดตครั้งล่าสุด 2023-09-25
วันที่เผยแพร่ 2019-11-13
คะแนน 4.86/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา bethanw10
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chicken Smoothie Helper",
    "short_name": "CS Helper",
    "description": "A utility extension for Chicken Smoothie.",
    "homepage_url": "https:\/\/github.com\/bethanw10",
    "manifest_version": 3,
    "action": {
        "default_title": "Chicken Smoothie Helper",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.chickensmoothie.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chickensmoothie.com\/accounts\/viewgroup.php*",
                "https:\/\/www.chickensmoothie.com\/archive\/*"
            ],
            "js": [
                "content-script.js",
                "\/library\/jquery.js"
            ]
        }
    ],
    "version": "1.5.7"
}