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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a notification when a Pokémon is nearby and ready to catch. Based on the hit game Pokemon Go."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pokénotifier: Pokemon GO notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}