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 |
官方網址 | 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" ] } ] } |