chrome-spoopy
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Cos'è chrome-spoopy?
chrome-spoopy è un'estensione di Chrome sviluppata da TopPhysicist, e la sua funzione principale è "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.".
Scarica il file CRX dell'estensione chrome-spoopy
Scarica i file di estensione chrome-spoopy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | ddhilclcnpneangmopgpfcofdpdffgop |
URL Ufficiale | https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop |
Descrizione | Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October. |
Dimensione del File | 3.56 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-10-16 |
Data di Pubblicazione | 2015-10-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | TopPhysicist |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mattleblanc/chrome-spoopy |
URL della Pagina di Aiuto | https://github.com/mattleblanc/chrome-spoopy |
Lingue Supportate | 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" } ] } |