Pyrocynical Fix

Replaces all instances of "Pyrocynical" with Leafy Clone.

Apa itu Pyrocynical Fix?

Pyrocynical Fix adalah ekstensi Chrome yang dikembangkan oleh boynedmaster, dan fitur utamanya adalah "Replaces all instances of "Pyrocynical" with Leafy Clone.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pyrocynical Fix

Unduh file ekstensi Pyrocynical Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Pyrocynical Fix Pyrocynical Fix
ID ffmibhfbhdghkcgccbhnofdnfjnfbefn
URL Resmi https://chromewebstore.google.com/detail/pyrocynical-fix/ffmibhfbhdghkcgccbhnofdnfjnfbefn
Deskripsi Replaces all instances of "Pyrocynical" with Leafy Clone.
Ukuran File 50.28 KB
Jumlah Instalasi 110
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2016-03-11
Tanggal Publikasi 2016-03-10
Penilaian 4.82/5 Total 28 Penilaian
Pengembang boynedmaster
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}