mltshp
Post photos to mltshp.com.
What is mltshp?
mltshp is a Chrome extension developed by MLTSHP, and its main feature is "Post photos to mltshp.com.".
Extension Screenshots
Download mltshp Extension CRX File
Download mltshp 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
Easily save images from everywhere on the web. The silly ones, the sweet ones. The cool ones. The gross ones. Then share them with your friends and family.
Extension Basic Information
Name | mltshp |
ID | dpkfhblfcdhcdekliknbpekjcppgihcd |
Official URL | https://chromewebstore.google.com/detail/mltshp/dpkfhblfcdhcdekliknbpekjcppgihcd |
Description | Post photos to mltshp.com. |
File Size | 18.06 KB |
Installation Count | 172 |
Current Version | 3.0 |
Last Updated | 2023-07-25 |
Publish Date | 2019-04-05 |
Rating | 5.00/5 Total 5 Ratings |
Developer | MLTSHP |
[email protected] | |
Payment Type | free |
Extension Website | https://mltshp.com |
Privacy Policy Page URL | https://mltshp.com/terms-of-use |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mltshp", "version": "3.0", "manifest_version": 3, "description": "Post photos to mltshp.com.", "action": { "default_icon": { "16": "icon_16.png", "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" }, "default_popup": "menu.html", "default_title": "MLTSHP" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "optional_host_permissions": [ "http:\/\/*\/*", "http:\/\/*\/", "https:\/\/*\/" ], "permissions": [ "tabs", "contextMenus" ] } |