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!
Was ist Unreal Drones?
Unreal Drones ist eine Chrome-Erweiterung, die von http://unrealdrones.net entwickelt wurde, und ihr Hauptmerkmal ist "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-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unreal Drones-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | iiggfmppogiapebkhkpchdefojkicjid |
Offizielle URL | https://chrome.google.com/webstore/detail/unreal-drones/iiggfmppogiapebkhkpchdefojkicjid |
Beschreibung | 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! |
Dateigröße | 22.69 KB |
Installationsanzahl | 57 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-01-18 |
Veröffentlichungsdatum | 2016-01-18 |
Entwickler | http://unrealdrones.net |
Zahlungsart | free |
Erweiterungswebsite | http://unrealdrones.net |
Hilfeseite URL | http://unrealdrones.net/pages/contact-policies |
Unterstützte Sprachen | 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" } } |