Pokénotifier: Pokemon GO notifications
Get a notification when a Pokémon is nearby and ready to catch. Based on the hit game Pokemon Go.
Co to jest Pokénotifier: Pokemon GO notifications?
Pokénotifier: Pokemon GO notifications to rozszerzenie Chrome opracowane przez Flaunt Digital, a jego główną funkcją jest „Get a notification when a Pokémon is nearby and ready to catch. Based on the hit game Pokemon Go.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pokénotifier: Pokemon GO notifications
Pobierz pliki rozszerzeń Pokénotifier: Pokemon GO notifications 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
Get notifications when Pokémon appear near your location. This extension means you no longer have to have Pokémon Go open on your device to be alerted. Notifies you for catchable Pokemon and also shows you other Pokemon which are nearby, and how far away they are. The notifier uses Pokévision's back-end to access the Pokémon data and also provides a link through to the Pokevision map for ease of hunting. This extension is not affiliated with Pokemon Go or Niantic.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kojalhccelnllekgjmahhppfkgneobad |
Oficjalny URL | https://chrome.google.com/webstore/detail/pok%C3%A9notifier-pokemon-go-n/kojalhccelnllekgjmahhppfkgneobad |
Opis | Get a notification when a Pokémon is nearby and ready to catch. Based on the hit game Pokemon Go. |
Rozmiar pliku | 73.69 KB |
Liczba instalacji | 842 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2016-07-29 |
Data Publikacji | 2016-07-29 |
Ocena | 3.05/5 Łącznie 20 Oceny |
Deweloper | Flaunt Digital |
Typ Płatności | free |
Strona Rozszerzenia | https://flauntdigital.com |
Adres URL Strony Pomocy | https://flauntdigital.com |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pok\u00e9notifier: Pokemon GO notifications", "short_name": "Pok\u00e9notifier", "description": "Get a notification when a Pok\u00e9mon is nearby and ready to catch. Based on the hit game Pokemon Go.", "version": "1.4", "author": "Flaunt Digital", "homepage_url": "https:\/\/flauntdigital.com", "background": { "scripts": [ "jquery-3.1.0.min.js", "popup.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "geolocation", "notifications", "https:\/\/pokevision.com\/" ] } |