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
官方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"
        }
    }
}