Cuck to Scary Ghost

Replaces the text 'Cuck' with 'Scary Ghost'.

Hvad er Cuck to Scary Ghost?

Cuck to Scary Ghost er en Chrome-udvidelse udviklet af dhamster, og dens hovedfunktion er "Replaces the text 'Cuck' with 'Scary Ghost'.".

Udvidelsesskærmbilleder

screenshot

Download Cuck to Scary Ghost-udvidelses-CRX-fil

Download Cuck to Scary Ghost-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Enhance your browsing experience by replacing every instance of the word "cuck" on a webpage with "scary ghost."

Contact: @dhamster on twitter
Github repo: https://github.com/dhamster/cuck-to-scary-ghost                    

Grundlæggende oplysninger om udvidelsen

Navn Cuck to Scary Ghost Cuck to Scary Ghost
ID chkkhlgfgbadonejbgeoglicjoggnope
Officiel URL https://chromewebstore.google.com/detail/cuck-to-scary-ghost/chkkhlgfgbadonejbgeoglicjoggnope
Beskrivelse Replaces the text 'Cuck' with 'Scary Ghost'.
Filstørrelse 21.39 KB
Antal Installationer 304
Nuværende Version 0.6
Senest Opdateret 2016-06-18
Udgivelsesdato 2016-06-18
Bedømmelse 4.67/5 Samlet 18 Bedømmelser
Udvikler dhamster
Betalingsmetode free
Udvidelseswebsted https://github.com/dhamster/cuck-to-scary-ghost
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cuck to Scary Ghost",
    "version": "0.6",
    "description": "Replaces the text 'Cuck' with 'Scary Ghost'.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}