chrome-spoopy
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Qu'est-ce que chrome-spoopy ?
chrome-spoopy est une extension Chrome développée par TopPhysicist, et sa fonction principale est "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.".
Télécharger le fichier CRX de l'extension chrome-spoopy
Téléchargez les fichiers d'extension chrome-spoopy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Informations de Base sur l'Extension
Nom | ![]() |
ID | ddhilclcnpneangmopgpfcofdpdffgop |
URL Officiel | https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop |
Description | Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October. |
Taille du Fichier | 3.56 KB |
Nombre d'Installations | 32 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-10-16 |
Date de Publication | 2015-10-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | TopPhysicist |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mattleblanc/chrome-spoopy |
URL de la Page d'Aide | https://github.com/mattleblanc/chrome-spoopy |
Langues Prises en Charge | 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" } ] } |