pokepastefix
Fix missing pictures on pokepaste.
pokepastefixとは何ですか?
pokepastefixはafnleafによって開発されたChromeの拡張機能で、その主な機能は「Fix missing pictures on pokepaste.」です。
拡張機能のスクリーンショット
pokepastefix拡張機能のCRXファイルをダウンロード
pokepastefix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
## 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 |
Eメール | [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" ] } ] } |