chrome-spoopy
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Wat is chrome-spoopy?
chrome-spoopy is een Chrome-extensie ontwikkeld door TopPhysicist, en de belangrijkste functie is "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.".
Download het CRX-bestand van de extensie chrome-spoopy
Download chrome-spoopy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Basisinformatie over de Extensie
Naam | ![]() |
ID | ddhilclcnpneangmopgpfcofdpdffgop |
Officiële URL | https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop |
Beschrijving | Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October. |
Bestandsgrootte | 3.56 KB |
Aantal Installaties | 32 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-10-16 |
Publicatiedatum | 2015-10-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | TopPhysicist |
Betalingswijze | free |
Extensiewebsite | https://github.com/mattleblanc/chrome-spoopy |
Help Pagina-URL | https://github.com/mattleblanc/chrome-spoopy |
Ondersteunde Talen | 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" } ] } |