Luv images on LiveLuvCreate.com

Luv images on LiveLuvCreate.com

What is Luv images on LiveLuvCreate.com?

Luv images on LiveLuvCreate.com is a Chrome extension developed by https://www.liveluvcreate.com, and its main feature is "Luv images on LiveLuvCreate.com".

Extension Screenshots

screenshot
screenshot

Download Luv images on LiveLuvCreate.com Extension CRX File

Download Luv images on LiveLuvCreate.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

                        About the Site:

LiveLuvCreate.com website and apps are a way to express yourself to people. Just pick an image, create text and you have a beautiful, amazing and inspiring image for other to view and Luv. Our community is very welcoming to all types of people and ideas. Give it a try today and create something beautiful!

About the Extension:

This is an easy way to import new images to your creations. Find an image online you want to create with, no problem just use this plugin to do so!                    

Extension Basic Information

Name Luv images on LiveLuvCreate.com Luv images on LiveLuvCreate.com
ID oihjpendngmahbmdicaipaigpkidhbmg
Official URL https://chromewebstore.google.com/detail/luv-images-on-liveluvcrea/oihjpendngmahbmdicaipaigpkidhbmg
Description Luv images on LiveLuvCreate.com
File Size 229 KB
Installation Count 169
Current Version 0.40
Last Updated 2012-10-09
Publish Date 2012-10-09
Rating 4.75/5 Total 8 Ratings
Developer https://www.liveluvcreate.com
Payment Type free
Extension Website http://www.liveluvcreate.com
Help Page URL http://www.liveluvcreate.com/faq.html
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Luv images on LiveLuvCreate.com",
    "version": "0.40",
    "manifest_version": 2,
    "description": "Luv images on LiveLuvCreate.com",
    "icons": {
        "16": "large.png",
        "48": "large.png",
        "128": "large.png"
    },
    "browser_action": {
        "default_icon": "large.png",
        "default_popup": "popup.html",
        "default_title": "Luv images on LiveLuvCreate.com"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "angular.js",
                "lib.js",
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "backgroundScript.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "logo.png"
    ]
}