chrome-spoopy

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

Co to jest chrome-spoopy?

chrome-spoopy to rozszerzenie Chrome opracowane przez TopPhysicist, a jego główną funkcją jest „Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.”.

Pobierz plik CRX rozszerzenia chrome-spoopy

Pobierz pliki rozszerzeń chrome-spoopy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa chrome-spoopy chrome-spoopy
ID ddhilclcnpneangmopgpfcofdpdffgop
Oficjalny URL https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop
Opis Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Rozmiar pliku 3.56 KB
Liczba instalacji 32
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-10-16
Data Publikacji 2015-10-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper TopPhysicist
Typ Płatności free
Strona Rozszerzenia https://github.com/mattleblanc/chrome-spoopy
Adres URL Strony Pomocy https://github.com/mattleblanc/chrome-spoopy
Obsługiwane Języki 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"
        }
    ]
}