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?
Pokénotifier: Pokemon GO notifications是由Flaunt Digital開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Pokénotifier: Pokemon GO notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | kojalhccelnllekgjmahhppfkgneobad |
官方網址 | https://chrome.google.com/webstore/detail/pok%C3%A9notifier-pokemon-go-n/kojalhccelnllekgjmahhppfkgneobad |
簡介 | Get a notification when a Pokémon is nearby and ready to catch. Based on the hit game Pokemon Go. |
檔案大小 | 73.69 KB |
安裝次數 | 842 |
目前版本 | 1.4 |
更新時間 | 2016-07-29 |
上架時間 | 2016-07-29 |
評分 | 3.05/5 共 20 次評分 |
開發者 | Flaunt Digital |
付費類型 | free |
擴展官網 | https://flauntdigital.com |
說明頁面URL | https://flauntdigital.com |
支援的語言 | 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\/" ] } |