Monhack
MONster documentation for HACKers
What is Monhack?
Monhack is a Chrome extension developed by brother.rain.1024, and its main feature is "MONster documentation for HACKers".
Extension Screenshots
Download Monhack Extension CRX File
Download Monhack 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
MONster documentation for HACKers
Extension Basic Information
Name | |
ID | gdndbinjjajiihpfkehghlkkobchlcpk |
Official URL | https://chrome.google.com/webstore/detail/gdndbinjjajiihpfkehghlkkobchlcpk |
Description | MONster documentation for HACKers |
File Size | 55.94 KB |
Installation Count | 429 |
Current Version | 1.2.0 |
Last Updated | 2014-08-05 |
Publish Date | 2014-08-05 |
Rating | 3.25/5 Total 4 Ratings |
Developer | brother.rain.1024 |
Payment Type | free |
Extension Website | http://monhack.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Monhack", "version": "1.2.0", "description": "MONster documentation for HACKers", "permissions": [], "browser_action": { "default_title": "My Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Send a 'toggle-feature' event to the extension" }, "_execute_browser_action": { "suggested_key": { "default": "Alt+M", "mac": "Alt+M" } } }, "manifest_version": 2 } |