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