Pokimane

Never miss a stream!

什麼是Pokimane?

Pokimane是由Toutoupou開發的Chrome擴展程式,該擴展的主要功能是“Never miss a stream!”。

擴展截圖

screenshot
screenshot
screenshot

下載Pokimane擴展crx文件

下載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
官方網址 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"
        }
    }
}