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
Eメール [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"
            ]
        }
    ]
}