chrome-spoopy

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

Co je chrome-spoopy?

chrome-spoopy je rozšíření Chrome vyvinuté TopPhysicist, a jeho hlavní funkcí je „Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.“.

Stáhnout soubor CRX rozšíření chrome-spoopy

Stáhněte si soubory rozšíření chrome-spoopy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název chrome-spoopy chrome-spoopy
ID ddhilclcnpneangmopgpfcofdpdffgop
Oficiální URL https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop
Popis Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Velikost souboru 3.56 KB
Počet instalací 32
Aktuální Verze 1.0
Poslední Aktualizace 2015-10-16
Datum Vydání 2015-10-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář TopPhysicist
Typ Platby free
Webové stránky Rozšíření https://github.com/mattleblanc/chrome-spoopy
URL Stránky Nápovědy https://github.com/mattleblanc/chrome-spoopy
Podporované Jazyky 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"
        }
    ]
}