Pyrocynical Fix

Replaces all instances of "Pyrocynical" with Leafy Clone.

Wat is Pyrocynical Fix?

Pyrocynical Fix is een Chrome-extensie ontwikkeld door boynedmaster, en de belangrijkste functie is "Replaces all instances of "Pyrocynical" with Leafy Clone.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pyrocynical Fix

Download Pyrocynical Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Pyrocynical Fix Pyrocynical Fix
ID ffmibhfbhdghkcgccbhnofdnfjnfbefn
Officiële URL https://chromewebstore.google.com/detail/pyrocynical-fix/ffmibhfbhdghkcgccbhnofdnfjnfbefn
Beschrijving Replaces all instances of "Pyrocynical" with Leafy Clone.
Bestandsgrootte 50.28 KB
Aantal Installaties 110
Huidige Versie 1.0.3
Laatst Bijgewerkt 2016-03-11
Publicatiedatum 2016-03-10
Beoordeling 4.82/5 Totaal 28 Beoordelingen
Ontwikkelaar boynedmaster
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}