pokepastefix

Fix missing pictures on pokepaste.

ما هو pokepastefix؟

pokepastefix هو إضافة Chrome تم تطويرها بواسطة afnleaf، والميزة الرئيسية لها هي "Fix missing pictures on pokepaste.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة pokepastefix

قم بتنزيل ملفات الامتداد pokepastefix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ## 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"
            ]
        }
    ]
}