Pokimane

Never miss a stream!

What is Pokimane?

Pokimane is a Chrome extension developed by Toutoupou, and its main feature is "Never miss a stream!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pokimane Extension CRX File

Download Pokimane extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Pokimane Pokimane
ID cefmjcpjdagdbaklffmlemcmcdpjenbf
Official URL https://chromewebstore.google.com/detail/pokimane/cefmjcpjdagdbaklffmlemcmcdpjenbf
Description Never miss a stream!
File Size 103 KB
Installation Count 79
Current Version 1.95
Last Updated 2015-12-31
Publish Date 2015-12-30
Rating 2.94/5 Total 16 Ratings
Developer Toutoupou
Payment Type free
Supported Languages 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"
        }
    }
}