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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pokénotifier: Pokemon GO notifications 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Pokénotifier: Pokemon GO notifications Pokénotifier: Pokemon GO notifications
ID kojalhccelnllekgjmahhppfkgneobad
공식 URL 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\/"
    ]
}