YMPU

Post photos and urls.

What is YMPU?

YMPU is a Chrome extension developed by joe.murphy, and its main feature is "Post photos and urls.".

Extension Screenshots

screenshot

Download YMPU Extension CRX File

Download YMPU 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

                        Upload photos and URLs from the web to any site that supports and is configured to handle photo and URL uploads.                    

Extension Basic Information

Name YMPU YMPU
ID pdagioidoiplkieipnnhmfkpdcdmabof
Official URL https://chromewebstore.google.com/detail/ympu/pdagioidoiplkieipnnhmfkpdcdmabof
Description Post photos and urls.
File Size 6.25 KB
Installation Count 32
Current Version 0.2.3
Last Updated 2015-07-19
Publish Date 2015-07-19
Rating 5.00/5 Total 5 Ratings
Developer joe.murphy
Email [email protected]
Payment Type free
Extension Website http://twitter.com/freejoe76
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YMPU",
    "version": "0.2.3",
    "manifest_version": 2,
    "description": "Post photos and urls.",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.gif",
        "default_popup": "menu.html",
        "default_title": "YM"
    },
    "icons": {
        "16": "icon_16.gif",
        "48": "icon.gif"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}