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.
Pokénotifier: Pokemon GO notifications là gì?
Pokénotifier: Pokemon GO notifications là một tiện ích mở rộng Chrome được phát triển bởi Flaunt Digital, và tính năng chính của nó là "Get a notification when a Pokémon is nearby and ready to catch. Based on the hit game Pokemon Go.".
Ả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 Pokénotifier: Pokemon GO notifications
Tải xuống các tệp mở rộng Pokénotifier: Pokemon GO notifications 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kojalhccelnllekgjmahhppfkgneobad |
URL Chính Thức | https://chrome.google.com/webstore/detail/pok%C3%A9notifier-pokemon-go-n/kojalhccelnllekgjmahhppfkgneobad |
Mô tả | Get a notification when a Pokémon is nearby and ready to catch. Based on the hit game Pokemon Go. |
Kích Thước Tệp | 73.69 KB |
Số Lần Cài Đặt | 842 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2016-07-29 |
Ngày Phát Hành | 2016-07-29 |
Đánh Giá | 3.05/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Flaunt Digital |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://flauntdigital.com |
URL Trang Trợ Giúp | https://flauntdigital.com |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |