Now To Meow
Replaces the text 'now' with 'meow'.
What is Now To Meow?
Now To Meow is a Chrome extension developed by Jeremy Mouton, and its main feature is "Replaces the text 'now' with 'meow'.".
Download Now To Meow Extension CRX File
Download Now To Meow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaced the word "now" with "meow".
Extension Basic Information
Name | ![]() |
ID | elngnopokeojkeojolnennkikbdlfjnd |
Official URL | https://chrome.google.com/webstore/detail/now-to-meow/elngnopokeojkeojolnennkikbdlfjnd |
Description | Replaces the text 'now' with 'meow'. |
File Size | 3.34 KB |
Installation Count | 51 |
Current Version | 1.0 |
Last Updated | 2013-10-29 |
Publish Date | 2013-10-28 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Jeremy Mouton |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Now To Meow", "version": "1.0", "description": "Replaces the text 'now' with 'meow'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |