MySwag

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

MySwag क्या है?

MySwag http://www.mysw.ag द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MySwag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम MySwag MySwag
ID khkbcbgmnoboogdclalcfcmfkcijfbee
आधिकारिक URL https://chrome.google.com/webstore/detail/khkbcbgmnoboogdclalcfcmfkcijfbee
विवरण Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list
फ़ाइल का आकार 256 KB
स्थापना संख्या 38
वर्तमान संस्करण 2.6
अंतिम अपडेट 2018-10-10
प्रकाशन तिथि 2018-10-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://www.mysw.ag
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.mysw.ag
सहायता पृष्ठ URL http://www.mysw.ag
गोपनीयता नीति पृष्ठ URL http://www.mysw.ag/privacy-policy
समर्थित भाषाएँ 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",
        ""
    ]
}