pokepastefix

Fix missing pictures on pokepaste.

什么是pokepastefix?

pokepastefix是由afnleaf开发的Chrome扩展程序,该扩展的主要功能是“Fix missing pictures on pokepaste.”。

扩展截图

screenshot

下载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 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"
            ]
        }
    ]
}