Flight Rising Helper

This extension currently only helps with "Tomo's Trivia Tablet"

Wat is Flight Rising Helper?

Flight Rising Helper is een Chrome-extensie ontwikkeld door MikeD, en de belangrijkste functie is "This extension currently only helps with "Tomo's Trivia Tablet"".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flight Rising Helper

Download Flight Rising Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Provides answers for "Tomo's Trivia Tablet" questions on Flight Rising. 

Answers taken from this forum post: http://www1.flightrising.com/forums/gde/1128248/1                    

Basisinformatie over de Extensie

Naam Flight Rising Helper Flight Rising Helper
ID fjbipddhaligoincenamfafpljajihdn
Officiële URL https://chrome.google.com/webstore/detail/flight-rising-helper/fjbipddhaligoincenamfafpljajihdn
Beschrijving This extension currently only helps with "Tomo's Trivia Tablet"
Bestandsgrootte 99.15 KB
Aantal Installaties 170
Huidige Versie 0.0.5
Laatst Bijgewerkt 2016-03-02
Publicatiedatum 2016-03-02
Beoordeling 4.00/5 Totaal 10 Beoordelingen
Ontwikkelaar MikeD
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flight Rising Helper",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "This extension currently only helps with \"Tomo's Trivia Tablet\"",
    "homepage_url": "http:\/\/github.com\/salakar",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "http:\/\/flightrising.com\/*",
        "https:\/\/flightrising.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/flightrising.com\/*",
                "https:\/\/flightrising.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "http:\/\/flightrising.com\/*",
                "https:\/\/flightrising.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}