FF15 Internet Car Driving

Car riding simulator 2014

What is FF15 Internet Car Driving?

FF15 Internet Car Driving is a Chrome extension developed by miyaoka, and its main feature is "Car riding simulator 2014".

Extension Screenshots

screenshot
screenshot
screenshot

Download FF15 Internet Car Driving Extension CRX File

Download FF15 Internet Car Driving 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

                        This extension shows you FF15's car-driving guys on each pages.
Let's browse internet world with them.

Images by FF15 official tweets for collage uses
https://twitter.com/FF25TH_JP/status/517652468084142080
https://twitter.com/FF25TH_JP/status/517652546303692800
https://twitter.com/FF25TH_JP/status/517652717745864704                    

Extension Basic Information

Name FF15 Internet Car Driving FF15 Internet Car Driving
ID acbomgcfbkgbbomhfclpojgceiglbnhl
Official URL https://chromewebstore.google.com/detail/ff15-internet-car-driving/acbomgcfbkgbbomhfclpojgceiglbnhl
Description Car riding simulator 2014
File Size 2.64 MB
Installation Count 634
Current Version 1.0.1
Last Updated 2014-10-04
Publish Date 2014-10-04
Rating 3.37/5 Total 62 Ratings
Developer miyaoka
Email [email protected]
Payment Type free
Extension Website https://twitter.com/miyaoka
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/FF15_icon.png",
        "128": "images\/FF15_icon.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "bower_components\/jquery\/dist\/jquery.min.map",
        "images\/footer\/FF15_A_fix.png",
        "images\/footer\/FF15_B_fix.png",
        "images\/footer\/FF15_C_fix.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}