Pokimane
Never miss a stream!
Pokimane là gì?
Pokimane là một tiện ích mở rộng Chrome được phát triển bởi Toutoupou, và tính năng chính của nó là "Never miss a stream!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pokimane
Tải xuống các tệp mở rộng Pokimane dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cefmjcpjdagdbaklffmlemcmcdpjenbf |
URL Chính Thức | https://chromewebstore.google.com/detail/pokimane/cefmjcpjdagdbaklffmlemcmcdpjenbf |
Mô tả | Never miss a stream! |
Kích Thước Tệp | 103 KB |
Số Lần Cài Đặt | 79 |
Phiên Bản Hiện Tại | 1.95 |
Cập Nhật Lần Cuối | 2015-12-31 |
Ngày Phát Hành | 2015-12-30 |
Đánh Giá | 2.94/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | Toutoupou |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |