Vause Live Extension

Informe lorsque Vause est en live

Vause Live Extension là gì?

Vause Live Extension là một tiện ích mở rộng Chrome được phát triển bởi Scorfly, và tính năng chính của nó là "Informe lorsque Vause est en live".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Vause Live Extension 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

                        Cette extension vous indique si Vause est en live sur twitch via un icone.

 - Le V est gris : Vause est offline
 - Le V est rouge : Vause est online

Ceci vous créera aussi une alerte lorsqu'un live démarre afin de s'assurer de ne pas le manquer.

De plus des lien vers ses réseau sociaux sont disponibles afin de pouvoir la retrouver rapidement !                    

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

Tên Vause Live Extension Vause Live Extension
ID lgadfclmbfhdhlncihnnodkmgokeoeii
URL Chính Thức https://chromewebstore.google.com/detail/vause-live-extension/lgadfclmbfhdhlncihnnodkmgokeoeii
Mô tả Informe lorsque Vause est en live
Kích Thước Tệp 2.54 MB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2019-08-15
Ngày Phát Hành 2019-08-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Scorfly
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vause.fr
URL Trang Chính Sách Bảo Mật http://scorfly.com
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "manifest_version": 2,
    "author": "Scorfly",
    "name": "Vause Live Extension",
    "short_name": "Vause Live",
    "description": "Informe lorsque Vause est en live",
    "homepage_url": "https:\/\/vause.fr",
    "version": "1.0.7",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "js\/jquery.browser.min.js",
            "js\/main.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/installed.js"
            ],
            "matches": [
                "https:\/\/vause.fr\/extension*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Vause | OFF",
        "default_icon": "images\/icon_off.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "background",
        "https:\/\/api.twitch.tv\/helix\/streams?user_id=*",
        "https:\/\/api.twitch.tv\/helix\/games?id=*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.googleapis.com\/*",
        "notifications",
        "storage",
        "*:\/\/*.google-analytics.com\/?*"
    ],
    "options_ui": {
        "page": "settings\/options.html",
        "open_in_tab": true
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}