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!

Vad är Unreal Drones?

Unreal Drones är en Chrome-tillägg utvecklad av http://unrealdrones.net, och dess huvudfunktion är "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!".

Ladda ner Unreal Drones-förlängningens CRX-fil

Ladda ner Unreal Drones-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Unreal Drones Unreal Drones
ID iiggfmppogiapebkhkpchdefojkicjid
Officiell webbadress https://chrome.google.com/webstore/detail/unreal-drones/iiggfmppogiapebkhkpchdefojkicjid
Beskrivning 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!
Filstorlek 22.69 KB
Antal Installationer 57
Aktuell Version 1.1
Senast Uppdaterad 2016-01-18
Publiceringsdatum 2016-01-18
Utvecklare http://unrealdrones.net
Betalningssätt free
Tilläggswebbplats http://unrealdrones.net
Hjälpsida URL http://unrealdrones.net/pages/contact-policies
Stödda Språk 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"
    }
}