Pokimane

Never miss a stream!

Pokimaneคืออะไร?

Pokimane เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Toutoupou และคุณลักษณะหลักของมันคือ "Never miss a stream!"

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

screenshot
screenshot
screenshot

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

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

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

                        After downloading this extension, there'll be an icon on your browser that turns green as soon as Pokimane goes live. On top of that, you can click the icon at any time for direct links to her website, Twitter, Instagram, and Facebook!


Téléchargez l'extension pour Google Chrome pour recevoir une notification quand Pokimane est en stream! 
Si l'icone est mauve, c'est que Pokimane est en ligne. 
Si l'icone est gris, c'est qu'elle est hors ligne.
Vous pouvez également la suivre sur Twitter, Facebook, et Instagram en cliquant sur l'icone!                    

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

ชื่อ Pokimane Pokimane
ID cefmjcpjdagdbaklffmlemcmcdpjenbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pokimane/cefmjcpjdagdbaklffmlemcmcdpjenbf
คำอธิบาย Never miss a stream!
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 1.95
อัปเดตครั้งล่าสุด 2015-12-31
วันที่เผยแพร่ 2015-12-30
คะแนน 2.94/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Toutoupou
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokimane",
    "description": "Never miss a stream!",
    "version": "1.95",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "data\/poki.png",
        "default_popup": "popup.html",
        "icons": {
            "19": "poki_on.png"
        }
    }
}