pokepastefix

Fix missing pictures on pokepaste.

pokepastefixคืออะไร?

pokepastefix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย afnleaf และคุณลักษณะหลักของมันคือ "Fix missing pictures on pokepaste."

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

screenshot

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

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

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

                        ## Version 0.2.2
Less code for same result.

## Version 0.2.1
Published 2023 02 03
Added all Arceus plate forms.

## Version 0.2.0
Published 2024 01 30
Fixed okidogi bug, Added backup images.

## Version 0.1.9
Published 2024 01 25
Fixed lowercase names, added Pecharunt

## Version 0.1.8
Published 2023 12 24
Added some old pokemon that weren't working.

Zygarde-10%
Zygarde-Complete
Sirfetch'd
Greninja-Bond/Ash

## Version 0.1.7
Published 2023 12 21
Added Pokemon that were forgotten

Iron Leaves
Walking Wake

## Version 0.1.6
Published 2023 12 17
Added Pokemon from the newest DLC

Archaludon
Hydrapple
Iron Boulder
Iron Crown
Raging Bolt
Gouging Fire
Terapagos
Terapagos-Terastal
Terapagos-Stellar                    

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

ชื่อ pokepastefix pokepastefix
ID ekceaboabpgkgbpigacngnjagcdhdkmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pokepastefix/ekceaboabpgkgbpigacngnjagcdhdkmn
คำอธิบาย Fix missing pictures on pokepaste.
ขนาดไฟล์ 6.1 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2023-11-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา afnleaf
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/afnleaf/pokepastefix
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pokepastefix",
    "version": "0.2.2",
    "manifest_version": 3,
    "description": "Fix missing pictures on pokepaste.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pokepast.es\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}