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!
Что такое Unreal Drones?
Unreal Drones - это расширение Chrome, разработанное http://unrealdrones.net, и его основная функция - "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!".
Скачать файл CRX расширения Unreal Drones
Скачайте файлы расширений Unreal Drones в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | |
ID | iiggfmppogiapebkhkpchdefojkicjid |
Официальный URL | https://chrome.google.com/webstore/detail/unreal-drones/iiggfmppogiapebkhkpchdefojkicjid |
Описание | 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! |
Размер файла | 22.69 KB |
Количество установок | 57 |
Текущая Версия | 1.1 |
Последнее Обновление | 2016-01-18 |
Дата публикации | 2016-01-18 |
Разработчик | http://unrealdrones.net |
Тип оплаты | free |
Официальный сайт расширения | http://unrealdrones.net |
URL страницы помощи | http://unrealdrones.net/pages/contact-policies |
Поддерживаемые языки | 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" } } |