pokepastefix
Fix missing pictures on pokepaste.
What is pokepastefix?
pokepastefix is a Chrome extension developed by afnleaf, and its main feature is "Fix missing pictures on pokepaste.".
Extension Screenshots
Download pokepastefix Extension CRX File
Download pokepastefix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
## 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
Extension Basic Information
Name | pokepastefix |
ID | ekceaboabpgkgbpigacngnjagcdhdkmn |
Official URL | https://chromewebstore.google.com/detail/pokepastefix/ekceaboabpgkgbpigacngnjagcdhdkmn |
Description | Fix missing pictures on pokepaste. |
File Size | 6.1 KB |
Installation Count | 69 |
Current Version | 0.2.2 |
Last Updated | 2024-02-15 |
Publish Date | 2023-11-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | afnleaf |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/afnleaf/pokepastefix |
Supported Languages | 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" ] } ] } |