Pokimane
Never miss a stream!
Wat is Pokimane?
Pokimane is een Chrome-extensie ontwikkeld door Toutoupou, en de belangrijkste functie is "Never miss a stream!".
Extensie Screenshots
Download het CRX-bestand van de extensie Pokimane
Download Pokimane-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | cefmjcpjdagdbaklffmlemcmcdpjenbf |
Officiële URL | https://chromewebstore.google.com/detail/pokimane/cefmjcpjdagdbaklffmlemcmcdpjenbf |
Beschrijving | Never miss a stream! |
Bestandsgrootte | 103 KB |
Aantal Installaties | 79 |
Huidige Versie | 1.95 |
Laatst Bijgewerkt | 2015-12-31 |
Publicatiedatum | 2015-12-30 |
Beoordeling | 2.94/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Toutoupou |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |