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!
O que é Unreal Drones?
Unreal Drones é uma extensão do Chrome desenvolvida por http://unrealdrones.net, e sua principal característica é "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!".
Baixar o arquivo CRX da Extensão Unreal Drones
Baixe arquivos de extensão Unreal Drones no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | iiggfmppogiapebkhkpchdefojkicjid |
URL Oficial | https://chrome.google.com/webstore/detail/unreal-drones/iiggfmppogiapebkhkpchdefojkicjid |
Descrição | 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! |
Tamanho do Arquivo | 22.69 KB |
Contagem de Instalações | 57 |
Versão Atual | 1.1 |
Última Atualização | 2016-01-18 |
Data de Publicação | 2016-01-18 |
Desenvolvedor | http://unrealdrones.net |
Tipo de Pagamento | free |
Site da Extensão | http://unrealdrones.net |
URL da Página de Ajuda | http://unrealdrones.net/pages/contact-policies |
Idiomas Suportados | 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" } } |