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!
Co to jest Unreal Drones?
Unreal Drones to rozszerzenie Chrome opracowane przez http://unrealdrones.net, a jego główną funkcją jest „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!”.
Pobierz plik CRX rozszerzenia Unreal Drones
Pobierz pliki rozszerzeń Unreal Drones w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | iiggfmppogiapebkhkpchdefojkicjid |
Oficjalny URL | https://chrome.google.com/webstore/detail/unreal-drones/iiggfmppogiapebkhkpchdefojkicjid |
Opis | 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! |
Rozmiar pliku | 22.69 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-01-18 |
Data Publikacji | 2016-01-18 |
Deweloper | http://unrealdrones.net |
Typ Płatności | free |
Strona Rozszerzenia | http://unrealdrones.net |
Adres URL Strony Pomocy | http://unrealdrones.net/pages/contact-policies |
Obsługiwane Języki | 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" } } |