MySwag

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

Qu'est-ce que MySwag ?

MySwag est une extension Chrome développée par http://www.mysw.ag, et sa fonction principale est "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MySwag

Téléchargez les fichiers d'extension MySwag au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom MySwag MySwag
ID khkbcbgmnoboogdclalcfcmfkcijfbee
URL Officiel 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
Taille du Fichier 256 KB
Nombre d'Installations 38
Version Actuelle 2.6
Dernière Mise à Jour 2018-10-10
Date de Publication 2018-10-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://www.mysw.ag
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.mysw.ag
URL de la Page d'Aide http://www.mysw.ag
URL de la Page de Politique de Confidentialité http://www.mysw.ag/privacy-policy
Langues Prises en Charge 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",
        ""
    ]
}