leproimg.com
Rehosts images on leproimg.com
What is leproimg.com?
leproimg.com is a Chrome extension developed by crea7or, and its main feature is "Rehosts images on leproimg.com".
Extension Screenshots
Download leproimg.com Extension CRX File
Download leproimg.com 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
Rehosts images on leproimg.com via context menu 1.0.3 - img.leprosorium.com -> leproimg.com 1.0.2 - rehosting from cache to avoid yellow bar.
Extension Basic Information
Name | |
ID | igbklfloandhoogdlppdegbaceppicop |
Official URL | https://chrome.google.com/webstore/detail/leproimgcom/igbklfloandhoogdlppdegbaceppicop |
Description | Rehosts images on leproimg.com |
File Size | 41.09 KB |
Installation Count | 212 |
Current Version | 1.0.3 |
Last Updated | 2016-07-19 |
Publish Date | 2016-07-19 |
Rating | 4.86/5 Total 7 Ratings |
Developer | crea7or |
Payment Type | free |
Extension Website | http://leproimg.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Rehosts images on leproimg.com", "icons": { "128": "imageinfo-128.png", "16": "imageinfo-16.png", "48": "imageinfo-48.png" }, "browser_action": { "default_title": "My images at leproimg.com", "default_icon": "imageinfo-19.png" }, "manifest_version": 2, "homepage_url": "http:\/\/crea7or.spb.ru", "name": "leproimg.com", "permissions": [ "contextMenus", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.3" } |