Pyrocynical Fix

Replaces all instances of "Pyrocynical" with Leafy Clone.

什么是Pyrocynical Fix?

Pyrocynical Fix是由boynedmaster开发的Chrome扩展程序,该扩展的主要功能是“Replaces all instances of "Pyrocynical" with Leafy Clone.”。

扩展截图

screenshot

下载Pyrocynical Fix扩展crx文件

下载Pyrocynical Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replaces every instance of "Pyrocynical" with Leafy Clone, because that's what he is.                    

扩展基本信息

名称 Pyrocynical Fix Pyrocynical Fix
ID ffmibhfbhdghkcgccbhnofdnfjnfbefn
官方URL https://chromewebstore.google.com/detail/pyrocynical-fix/ffmibhfbhdghkcgccbhnofdnfjnfbefn
简介 Replaces all instances of "Pyrocynical" with Leafy Clone.
文件大小 50.28 KB
安装次数 110
当前版本 1.0.3
更新时间 2016-03-11
上架时间 2016-03-10
评分 4.82/5 共28次评分
开发者 boynedmaster
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pyrocynical Fix",
    "description": "Replaces all instances of \"Pyrocynical\" with Leafy Clone.",
    "version": "1.0.3",
    "permissions": [
        ""
    ],
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bg.js"
            ]
        }
    ]
}