chrome-spoopy

Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.

Hvad er chrome-spoopy?

chrome-spoopy er en Chrome-udvidelse udviklet af TopPhysicist, og dens hovedfunktion er "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.".

Download chrome-spoopy-udvidelses-CRX-fil

Download chrome-spoopy-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

                        Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.                    

Grundlæggende oplysninger om udvidelsen

Navn chrome-spoopy chrome-spoopy
ID ddhilclcnpneangmopgpfcofdpdffgop
Officiel URL https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop
Beskrivelse Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Filstørrelse 3.56 KB
Antal Installationer 32
Nuværende Version 1.0
Senest Opdateret 2015-10-16
Udgivelsesdato 2015-10-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler TopPhysicist
Betalingsmetode free
Udvidelseswebsted https://github.com/mattleblanc/chrome-spoopy
Hjælpeside-URL https://github.com/mattleblanc/chrome-spoopy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chrome-spoopy",
    "version": "1.0",
    "description": "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}