Flight Rising Helper

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

What is Flight Rising Helper?

Flight Rising Helper is a Chrome extension developed by MikeD, and its main feature is "This extension currently only helps with "Tomo's Trivia Tablet"".

Extension Screenshots

screenshot

Download Flight Rising Helper Extension CRX File

Download Flight Rising Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Flight Rising Helper Flight Rising Helper
ID fjbipddhaligoincenamfafpljajihdn
Official URL https://chrome.google.com/webstore/detail/flight-rising-helper/fjbipddhaligoincenamfafpljajihdn
Description This extension currently only helps with "Tomo's Trivia Tablet"
File Size 99.15 KB
Installation Count 170
Current Version 0.0.5
Last Updated 2016-03-02
Publish Date 2016-03-02
Rating 4.00/5 Total 10 Ratings
Developer MikeD
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}