Nicknamer
Replace your friends' or enemies' names with their nicknames.
What is Nicknamer?
Nicknamer is a Chrome extension developed by https://www.molanglois.com, and its main feature is "Replace your friends' or enemies' names with their nicknames.".
Extension Screenshots
Download Nicknamer Extension CRX File
Download Nicknamer 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
The Nicknamer extension enables you to replace text on any web pages you are visiting. Simply type in the name or text you want to transform and the name it is transformed to and click "+". You will see the changes in your browser. The list of names is saved with your browser and works whenever you open one. You can clear the list by clicking "-" button. **Prank tip: Right click the extension and choose "Hide in the Chrome Menu". **
Extension Basic Information
Name | Nicknamer |
ID | ahhpgbiejgpebbokpbgcenooehhcnbjd |
Official URL | https://chromewebstore.google.com/detail/nicknamer/ahhpgbiejgpebbokpbgcenooehhcnbjd |
Description | Replace your friends' or enemies' names with their nicknames. |
File Size | 39.39 KB |
Installation Count | 396 |
Current Version | 1.0 |
Last Updated | 2016-04-10 |
Publish Date | 2016-04-10 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://www.molanglois.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nicknamer ", "description": "Replace your friends' or enemies' names with their nicknames.", "version": "1.0", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.2.3.min.js", "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Nicknamer", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |