Chrome Extension Victor Solstice

This will add Victor to Solstice Members.

Chrome Extension Victor Solstice क्या है?

Chrome Extension Victor Solstice vmrodriguez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This will add Victor to Solstice Members."।

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

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

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

                        Crhome Extension Victor Solstice                    

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

नाम Chrome Extension Victor Solstice Chrome Extension Victor Solstice
ID lnmfikfchjnbcfhoegkchapaonnlchja
आधिकारिक URL https://chromewebstore.google.com/detail/chrome-extension-victor-s/lnmfikfchjnbcfhoegkchapaonnlchja
विवरण This will add Victor to Solstice Members.
फ़ाइल का आकार 342 KB
स्थापना संख्या 11
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-09-16
प्रकाशन तिथि 2016-09-16
डेवलपर vmrodriguez
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Extension Victor Solstice",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This will add Victor to Solstice Members.",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "https:\/\/www.solstice.com\/",
        "http:\/\/www.solstice.com\/",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/global.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.solstice.com\/*",
                "https:\/\/*.solstice.com\/*"
            ],
            "css": [
                "css\/global.css"
            ],
            "js": [
                "js\/global.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Solstice",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "options_page": "html\/options.html",
    "homepage_url": "http:\/\/www.solstice.com\/"
}