Pokimane
Never miss a stream!
ما هو Pokimane؟
Pokimane هو إضافة Chrome تم تطويرها بواسطة Toutoupou، والميزة الرئيسية لها هي "Never miss a stream!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pokimane
قم بتنزيل ملفات الامتداد Pokimane بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | |
ID | cefmjcpjdagdbaklffmlemcmcdpjenbf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pokimane/cefmjcpjdagdbaklffmlemcmcdpjenbf |
الوصف | Never miss a stream! |
حجم الملف | 103 KB |
عدد التثبيتات | 79 |
النسخة الحالية | 1.95 |
آخر تحديث | 2015-12-31 |
تاريخ النشر | 2015-12-30 |
تقييم | 2.94/5 مجموع تقييمات 16 |
المطور | Toutoupou |
نوع الدفع | free |
اللغات المدعومة | 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" } } } |