MySwag

Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list

What is MySwag?

MySwag is a Chrome extension developed by http://www.mysw.ag, and its main feature is "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download MySwag Extension CRX File

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

                        Join MySwag to save and share all the things you really want, from any store. It’s completely free.                    

Extension Basic Information

Name MySwag MySwag
ID khkbcbgmnoboogdclalcfcmfkcijfbee
Official URL https://chrome.google.com/webstore/detail/khkbcbgmnoboogdclalcfcmfkcijfbee
Description Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list
File Size 256 KB
Installation Count 38
Current Version 2.6
Last Updated 2018-10-10
Publish Date 2018-10-10
Rating 5.00/5 Total 1 Ratings
Developer http://www.mysw.ag
Email [email protected]
Payment Type free
Extension Website http://www.mysw.ag
Help Page URL http://www.mysw.ag
Privacy Policy Page URL http://www.mysw.ag/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MySwag",
    "version": "2.6",
    "manifest_version": 2,
    "description": "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list",
    "icons": {
        "19": "img\/MySwagLogo-19.png",
        "48": "img\/MySwagLogo-48.png",
        "128": "img\/MySwagLogo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/MySwagLogo-19.png",
            "38": "img\/MySwagLogo-38.png"
        },
        "default_title": "Add this product your MySwag wishlist"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.4.js",
                "jquery-ui.js",
                "functions.js"
            ],
            "css": [
                "content.css",
                "jquery-ui.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "*:\/\/*.mysw.ag\/",
        "background",
        ""
    ]
}