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ファイルをダウンロード

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.                    

拡張機能の基本情報

名前 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\/"
    ]
}