Vause Live Extension

Informe lorsque Vause est en live

Vause Live Extensionคืออะไร?

Vause Live Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scorfly และคุณลักษณะหลักของมันคือ "Informe lorsque Vause est en live"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vause Live Extension

ดาวน์โหลดไฟล์ส่วนขยาย Vause Live Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 !                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vause Live Extension Vause Live Extension
ID lgadfclmbfhdhlncihnnodkmgokeoeii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vause-live-extension/lgadfclmbfhdhlncihnnodkmgokeoeii
คำอธิบาย Informe lorsque Vause est en live
ขนาดไฟล์ 2.54 MB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2019-08-15
วันที่เผยแพร่ 2019-08-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Scorfly
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vause.fr
URL หน้านโยบายความเป็นส่วนตัว http://scorfly.com
ภาษาที่รองรับ 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'"
}