pokepastefix
Fix missing pictures on pokepaste.
Cos'è pokepastefix?
pokepastefix è un'estensione di Chrome sviluppata da afnleaf, e la sua funzione principale è "Fix missing pictures on pokepaste.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione pokepastefix
Scarica i file di estensione pokepastefix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
## 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ekceaboabpgkgbpigacngnjagcdhdkmn |
| URL Ufficiale | https://chromewebstore.google.com/detail/pokepastefix/ekceaboabpgkgbpigacngnjagcdhdkmn |
| Descrizione | Fix missing pictures on pokepaste. |
| Dimensione del File | 6.1 KB |
| Conteggio Installazioni | 69 |
| Versione Corrente | 0.2.2 |
| Ultimo Aggiornamento | 2024-02-15 |
| Data di Pubblicazione | 2023-11-07 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | afnleaf |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/afnleaf/pokepastefix |
| Lingue Supportate | 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"
]
}
]
} | |