Chrome Extension Victor Solstice

This will add Victor to Solstice Members.

Chrome Extension Victor Solstice là gì?

Chrome Extension Victor Solstice là một tiện ích mở rộng Chrome được phát triển bởi vmrodriguez, và tính năng chính của nó là "This will add Victor to Solstice Members.".

Tải xuống tệp CRX của tiện ích mở rộng Chrome Extension Victor Solstice

Tải xuống các tệp mở rộng Chrome Extension Victor Solstice dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Crhome Extension Victor Solstice                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Extension Victor Solstice Chrome Extension Victor Solstice
ID lnmfikfchjnbcfhoegkchapaonnlchja
URL Chính Thức https://chromewebstore.google.com/detail/chrome-extension-victor-s/lnmfikfchjnbcfhoegkchapaonnlchja
Mô tả This will add Victor to Solstice Members.
Kích Thước Tệp 342 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-09-16
Ngày Phát Hành 2016-09-16
Nhà Phát Triển vmrodriguez
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
}