Pyrocynical Fix

Replaces all instances of "Pyrocynical" with Leafy Clone.

Cos'è Pyrocynical Fix?

Pyrocynical Fix è un'estensione di Chrome sviluppata da boynedmaster, e la sua funzione principale è "Replaces all instances of "Pyrocynical" with Leafy Clone.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pyrocynical Fix

Scarica i file di estensione Pyrocynical Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Pyrocynical Fix Pyrocynical Fix
ID ffmibhfbhdghkcgccbhnofdnfjnfbefn
URL Ufficiale https://chromewebstore.google.com/detail/pyrocynical-fix/ffmibhfbhdghkcgccbhnofdnfjnfbefn
Descrizione Replaces all instances of "Pyrocynical" with Leafy Clone.
Dimensione del File 50.28 KB
Conteggio Installazioni 110
Versione Corrente 1.0.3
Ultimo Aggiornamento 2016-03-11
Data di Pubblicazione 2016-03-10
Valutazione 4.82/5 Totale 28 Valutazioni
Sviluppatore boynedmaster
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}