Pyrocynical Fix

Replaces all instances of "Pyrocynical" with Leafy Clone.

Vad är Pyrocynical Fix?

Pyrocynical Fix är en Chrome-tillägg utvecklad av boynedmaster, och dess huvudfunktion är "Replaces all instances of "Pyrocynical" with Leafy Clone.".

Tilläggsskärmbilder

screenshot

Ladda ner Pyrocynical Fix-förlängningens CRX-fil

Ladda ner Pyrocynical Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Pyrocynical Fix Pyrocynical Fix
ID ffmibhfbhdghkcgccbhnofdnfjnfbefn
Officiell webbadress https://chromewebstore.google.com/detail/pyrocynical-fix/ffmibhfbhdghkcgccbhnofdnfjnfbefn
Beskrivning Replaces all instances of "Pyrocynical" with Leafy Clone.
Filstorlek 50.28 KB
Antal Installationer 110
Aktuell Version 1.0.3
Senast Uppdaterad 2016-03-11
Publiceringsdatum 2016-03-10
Betyg 4.82/5 Totalt 28 Betyg
Utvecklare boynedmaster
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}