Pokimane

Never miss a stream!

Co to jest Pokimane?

Pokimane to rozszerzenie Chrome opracowane przez Toutoupou, a jego główną funkcją jest „Never miss a stream!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pokimane

Pobierz pliki rozszerzeń Pokimane w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Pokimane Pokimane
ID cefmjcpjdagdbaklffmlemcmcdpjenbf
Oficjalny URL https://chromewebstore.google.com/detail/pokimane/cefmjcpjdagdbaklffmlemcmcdpjenbf
Opis Never miss a stream!
Rozmiar pliku 103 KB
Liczba instalacji 79
Aktualna Wersja 1.95
Ostatnia Aktualizacja 2015-12-31
Data Publikacji 2015-12-30
Ocena 2.94/5 Łącznie 16 Oceny
Deweloper Toutoupou
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}