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.

Cos'è Pokénotifier: Pokemon GO notifications?

Pokénotifier: Pokemon GO notifications è un'estensione di Chrome sviluppata da Flaunt Digital, e la sua funzione principale è "Get a notification when a Pokémon is nearby and ready to catch. Based on the hit game Pokemon Go.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pokénotifier: Pokemon GO notifications

Scarica i file di estensione Pokénotifier: Pokemon GO notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pokénotifier: Pokemon GO notifications Pokénotifier: Pokemon GO notifications
ID kojalhccelnllekgjmahhppfkgneobad
URL Ufficiale https://chrome.google.com/webstore/detail/pok%C3%A9notifier-pokemon-go-n/kojalhccelnllekgjmahhppfkgneobad
Descrizione Get a notification when a Pokémon is nearby and ready to catch. Based on the hit game Pokemon Go.
Dimensione del File 73.69 KB
Conteggio Installazioni 842
Versione Corrente 1.4
Ultimo Aggiornamento 2016-07-29
Data di Pubblicazione 2016-07-29
Valutazione 3.05/5 Totale 20 Valutazioni
Sviluppatore Flaunt Digital
Tipo di Pagamento free
Sito Web dell'Estensione https://flauntdigital.com
URL della Pagina di Aiuto https://flauntdigital.com
Lingue Supportate 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\/"
    ]
}