Unreal Drones

Unreal Drones is the top online drone store. With the Unreal Drones app, you can easily visit the store with the click of a button!

Cos'è Unreal Drones?

Unreal Drones è un'estensione di Chrome sviluppata da http://unrealdrones.net, e la sua funzione principale è "Unreal Drones is the top online drone store. With the Unreal Drones app, you can easily visit the store with the click of a button!".

Scarica il file CRX dell'estensione Unreal Drones

Scarica i file di estensione Unreal Drones 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

                        The Unreal Drones extension allows you to easily browse our large collection of drones and accessories on our website! Additionally, you can easily access our blog, where we post daily product reviews, comparisons, news, and more! If you're a drone enthusiast, the Unreal Drones app is a must have!                    

Informazioni di Base sull'Estensione

Nome Unreal Drones Unreal Drones
ID iiggfmppogiapebkhkpchdefojkicjid
URL Ufficiale https://chrome.google.com/webstore/detail/unreal-drones/iiggfmppogiapebkhkpchdefojkicjid
Descrizione Unreal Drones is the top online drone store. With the Unreal Drones app, you can easily visit the store with the click of a button!
Dimensione del File 22.69 KB
Conteggio Installazioni 57
Versione Corrente 1.1
Ultimo Aggiornamento 2016-01-18
Data di Pubblicazione 2016-01-18
Sviluppatore http://unrealdrones.net
Tipo di Pagamento free
Sito Web dell'Estensione http://unrealdrones.net
URL della Pagina di Aiuto http://unrealdrones.net/pages/contact-policies
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unreal Drones",
    "description": "Unreal Drones is the top online drone store. With the Unreal Drones app, you can easily visit the store with the click of a button!",
    "homepage_url": "http:\/\/unrealdrones.net",
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Unreal Drones"
    }
}