Image Monkey
Manipulate all images on any page!
What is Image Monkey?
Image Monkey is a Chrome extension developed by tonygentilcore, and its main feature is "Manipulate all images on any page!".
Extension Screenshots
Download Image Monkey Extension CRX File
Download Image Monkey 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
Manipulate all images on any web page. Includes sliders for: * blur * brightness * contrast * grayscale * hue * invert * saturate Open Source: https://github.com/tonygentilcore/image-monkey
Extension Basic Information
Name | Image Monkey |
ID | ialihlajejdcfojdhkemnemnjcfdmmbj |
Official URL | https://chromewebstore.google.com/detail/image-monkey/ialihlajejdcfojdhkemnemnjcfdmmbj |
Description | Manipulate all images on any page! |
File Size | 30.61 KB |
Installation Count | 33 |
Current Version | 1.0 |
Last Updated | 2019-05-28 |
Publish Date | 2019-05-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | tonygentilcore |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Monkey", "version": "1.0", "description": "Manipulate all images on any page!", "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/image-monkey-16.png", "32": "images\/image-monkey-32.png", "48": "images\/image-monkey-48.png", "128": "images\/image-monkey-128.png" } }, "icons": { "16": "images\/image-monkey-16.png", "32": "images\/image-monkey-32.png", "48": "images\/image-monkey-48.png", "128": "images\/image-monkey-128.png" }, "manifest_version": 2 } |