Aypierre notifieur de stream

Permet d'être informé du début des stream d'Aypierre

Aypierre notifieur de streamคืออะไร?

Aypierre notifieur de stream เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Freebios และคุณลักษณะหลักของมันคือ "Permet d'être informé du début des stream d'Aypierre"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aypierre notifieur de stream

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

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

                        Nouvelle extension disponible ici:
https://chrome.google.com/webstore/detail/livenotif-aypierre/oapbenfplhadkkokfloaogfkolhojgcl

Plugin chrome permettant d'être notifié du début des lives twitch de Aypierre                    

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

ชื่อ Aypierre notifieur de stream Aypierre notifieur de stream
ID eneplfegjjfhefhmckflgkgpednebedo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aypierre-notifieur-de-str/eneplfegjjfhefhmckflgkgpednebedo
คำอธิบาย Permet d'être informé du début des stream d'Aypierre
ขนาดไฟล์ 1.46 MB
จำนวนการติดตั้ง 460
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2018-11-11
วันที่เผยแพร่ 2018-11-11
คะแนน 4.53/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Freebios
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aypierre notifieur de stream",
    "description": "Permet d'\u00eatre inform\u00e9 du d\u00e9but des stream d'Aypierre",
    "version": "1.4",
    "browser_action": {
        "default_icon": "images\/icon_off.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/stream.png"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "http:\/\/localhost:3000\/*",
        "http:\/\/62.210.119.253:3000\/*",
        "https:\/\/static-cdn.jtvnw.net\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "js\/*",
        "sounds\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}