pokepastefix
Fix missing pictures on pokepaste.
pokepastefix là gì?
pokepastefix là một tiện ích mở rộng Chrome được phát triển bởi afnleaf, và tính năng chính của nó là "Fix missing pictures on pokepaste.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng pokepastefix
Tải xuống các tệp mở rộng pokepastefix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
## 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 Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | ekceaboabpgkgbpigacngnjagcdhdkmn |
| URL Chính Thức | https://chromewebstore.google.com/detail/pokepastefix/ekceaboabpgkgbpigacngnjagcdhdkmn |
| Mô tả | Fix missing pictures on pokepaste. |
| Kích Thước Tệp | 6.1 KB |
| Số Lần Cài Đặt | 69 |
| Phiên Bản Hiện Tại | 0.2.2 |
| Cập Nhật Lần Cuối | 2024-02-15 |
| Ngày Phát Hành | 2023-11-07 |
| Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
| Nhà Phát Triển | afnleaf |
| [email protected] | |
| Loại Thanh Toán | free |
| Trang Web Mở Rộng | https://github.com/afnleaf/pokepastefix |
| Ngôn Ngữ Được Hỗ Trợ | 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"
]
}
]
} | |