Chrome Extension Victor Solstice

This will add Victor to Solstice Members.

Co je Chrome Extension Victor Solstice?

Chrome Extension Victor Solstice je rozšíření Chrome vyvinuté vmrodriguez, a jeho hlavní funkcí je „This will add Victor to Solstice Members.“.

Stáhnout soubor CRX rozšíření Chrome Extension Victor Solstice

Stáhněte si soubory rozšíření Chrome Extension Victor Solstice ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Crhome Extension Victor Solstice                    

Základní Informace o Rozšíření

Název Chrome Extension Victor Solstice Chrome Extension Victor Solstice
ID lnmfikfchjnbcfhoegkchapaonnlchja
Oficiální URL https://chromewebstore.google.com/detail/chrome-extension-victor-s/lnmfikfchjnbcfhoegkchapaonnlchja
Popis This will add Victor to Solstice Members.
Velikost souboru 342 KB
Počet instalací 11
Aktuální Verze 1.0
Poslední Aktualizace 2016-09-16
Datum Vydání 2016-09-16
Vývojář vmrodriguez
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
}