chrome-spoopy
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Vad är chrome-spoopy?
chrome-spoopy är en Chrome-tillägg utvecklad av TopPhysicist, och dess huvudfunktion är "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.".
Ladda ner chrome-spoopy-förlängningens CRX-fil
Ladda ner chrome-spoopy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | ddhilclcnpneangmopgpfcofdpdffgop |
Officiell webbadress | https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop |
Beskrivning | Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October. |
Filstorlek | 3.56 KB |
Antal Installationer | 32 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-10-16 |
Publiceringsdatum | 2015-10-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | TopPhysicist |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mattleblanc/chrome-spoopy |
Hjälpsida URL | https://github.com/mattleblanc/chrome-spoopy |
Stödda Språk | 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" } ] } |