Pokimane
Never miss a stream!
Apa itu Pokimane?
Pokimane adalah ekstensi Chrome yang dikembangkan oleh Toutoupou, dan fitur utamanya adalah "Never miss a stream!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pokimane
Unduh file ekstensi Pokimane dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | cefmjcpjdagdbaklffmlemcmcdpjenbf |
URL Resmi | https://chromewebstore.google.com/detail/pokimane/cefmjcpjdagdbaklffmlemcmcdpjenbf |
Deskripsi | Never miss a stream! |
Ukuran File | 103 KB |
Jumlah Instalasi | 79 |
Versi Saat Ini | 1.95 |
Terakhir Diperbarui | 2015-12-31 |
Tanggal Publikasi | 2015-12-30 |
Penilaian | 2.94/5 Total 16 Penilaian |
Pengembang | Toutoupou |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |