MySwag

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

Wat is MySwag?

MySwag is een Chrome-extensie ontwikkeld door http://www.mysw.ag, en de belangrijkste functie is "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MySwag

Download MySwag-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam MySwag MySwag
ID khkbcbgmnoboogdclalcfcmfkcijfbee
Officiële URL https://chrome.google.com/webstore/detail/khkbcbgmnoboogdclalcfcmfkcijfbee
Beschrijving Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list
Bestandsgrootte 256 KB
Aantal Installaties 38
Huidige Versie 2.6
Laatst Bijgewerkt 2018-10-10
Publicatiedatum 2018-10-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.mysw.ag
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.mysw.ag
Help Pagina-URL http://www.mysw.ag
URL van de Privacybeleid Pagina http://www.mysw.ag/privacy-policy
Ondersteunde Talen 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",
        ""
    ]
}