Nashey Cougar
Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
What is Nashey Cougar?
Nashey Cougar is a Chrome extension developed by dan devine, and its main feature is "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.".
Extension Screenshots
Download Nashey Cougar Extension CRX File
Download Nashey Cougar 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
This extension replaces occurrences of the text 'Nicolas Cage' with 'Nashey Cougar', which is the correct phonetic pronunciation of his name.
Extension Basic Information
Name | Nashey Cougar |
ID | jjoajpghilppoeackfnbafblijkhocno |
Official URL | https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno |
Description | Replaces the text 'Nicolas Cage' with 'Nashey Cougar'. |
File Size | 46.16 KB |
Installation Count | 15 |
Current Version | 1.3 |
Last Updated | 2015-03-27 |
Publish Date | 2015-03-27 |
Developer | dan devine |
[email protected] | |
Payment Type | free |
Extension Website | http://danieldevine.github.io/nashey-cougar/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nashey Cougar", "version": "1.3", "description": "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.", "browser_action": { "default_icon": "nc.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |