Warframe Info Centre

This extension keeps you updated with the latest alerts and invasions in Warframe.

Τι είναι το Warframe Info Centre;

Το Warframe Info Centre είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tony Montana, και η κύρια λειτουργία του είναι "This extension keeps you updated with the latest alerts and invasions in Warframe.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Warframe Info Centre

Λήψη αρχείων επέκτασης Warframe Info Centre σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        UPDATE 19 September, 2015 - This extension is no longer actively maintained or developed. Should anyone wish to take this extension over, please contact the developer.

Warframe Info Centre is a lightweight and easy to use extension for keeping you up-to-date of all the latest alerts and invasions in the game WARFRAME, even when you're not logged in to the game.

This extension was born of a desire to never miss important alerts like that Vauban systems you can't seem to get, or the ever elusive Orokin Catalyst. With sound and desktop notifications built-in, it'll be hard to miss that one blueprint you're after while browsing the web, or letting your computer idle in the other room.

Please be aware that WIC is still in beta, and as such some features will be unavailable or buggy initially, but updates will continue to be provided over time, extending functionality and adding new features.

Works for PC, PS4, and Xbox One.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Warframe Info Centre Warframe Info Centre
ID djimdabfnfkkeociohbmgffpjpogcncl
Επίσημο URL https://chromewebstore.google.com/detail/warframe-info-centre/djimdabfnfkkeociohbmgffpjpogcncl
Περιγραφή This extension keeps you updated with the latest alerts and invasions in Warframe.
Μέγεθος Αρχείου 1.09 MB
Αριθμός Εγκαταστάσεων 500
Τρέχουσα Έκδοση 0.8.6.76
Τελευταία Ενημέρωση 2015-09-19
Ημερομηνία Δημοσίευσης 2015-09-18
Αξιολόγηση 4.26/5 Συνολικά 98 Αξιολογήσεις
Προγραμματιστής Tony Montana
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Syke94/warframe-info-centre/blob/master/README.md#-warframe-info-centre
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Syke94/warframe-info-centre/issues
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Warframe Info Centre",
    "short_name": "WIC",
    "description": "This extension keeps you updated with the latest alerts and invasions in Warframe.",
    "version": "0.8.6.76",
    "author": "Tony Montana (\/u\/SirNastyPants)",
    "offline_enabled": false,
    "minimum_chrome_version": "28",
    "icons": {
        "16": "Icons\/Warframe.Tiny.png",
        "48": "Icons\/Warframe.Medium.png",
        "128": "Icons\/Warframe.Large.png"
    },
    "options_page": "Settings.html",
    "background": {
        "scripts": [
            "Scripts\/App.js",
            "Scripts\/Lib\/Message.js",
            "Scripts\/Lib\/Log.js",
            "Scripts\/Lib\/Notification.js",
            "Scripts\/Lib\/Exceptions.js",
            "Scripts\/Lib\/Extensions.js",
            "Scripts\/Lib\/Api.js",
            "Scripts\/Lib\/Settings.js",
            "Scripts\/Background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "Icons\/Warframe.Small.png",
        "default_popup": "Popup.html"
    },
    "permissions": [
        "http:\/\/deathsnacks.com\/wf\/data\/*",
        "storage",
        "notifications",
        "alarms"
    ]
}