pokepastefix
Fix missing pictures on pokepaste.
pokepastefix란 무엇입니까?
pokepastefix은(는) afnleaf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fix missing pictures on pokepaste."입니다.
확장 프로그램 스크린샷
pokepastefix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |