MySwag

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

Cos'è MySwag?

MySwag è un'estensione di Chrome sviluppata da http://www.mysw.ag, e la sua funzione principale è "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MySwag

Scarica i file di estensione MySwag in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome MySwag MySwag
ID khkbcbgmnoboogdclalcfcmfkcijfbee
URL Ufficiale https://chrome.google.com/webstore/detail/khkbcbgmnoboogdclalcfcmfkcijfbee
Descrizione Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list
Dimensione del File 256 KB
Conteggio Installazioni 38
Versione Corrente 2.6
Ultimo Aggiornamento 2018-10-10
Data di Pubblicazione 2018-10-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://www.mysw.ag
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.mysw.ag
URL della Pagina di Aiuto http://www.mysw.ag
URL della Pagina della Politica sulla Privacy http://www.mysw.ag/privacy-policy
Lingue Supportate 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",
        ""
    ]
}