Pokimane
Never miss a stream!
Vad är Pokimane?
Pokimane är en Chrome-tillägg utvecklad av Toutoupou, och dess huvudfunktion är "Never miss a stream!".
Tilläggsskärmbilder
Ladda ner Pokimane-förlängningens CRX-fil
Ladda ner Pokimane-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | cefmjcpjdagdbaklffmlemcmcdpjenbf |
Officiell webbadress | https://chromewebstore.google.com/detail/pokimane/cefmjcpjdagdbaklffmlemcmcdpjenbf |
Beskrivning | Never miss a stream! |
Filstorlek | 103 KB |
Antal Installationer | 79 |
Aktuell Version | 1.95 |
Senast Uppdaterad | 2015-12-31 |
Publiceringsdatum | 2015-12-30 |
Betyg | 2.94/5 Totalt 16 Betyg |
Utvecklare | Toutoupou |
Betalningssätt | free |
Stödda Språk | 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" } } } |