FF15 Internet Car Driving

Car riding simulator 2014

什么是FF15 Internet Car Driving?

FF15 Internet Car Driving是由miyaoka开发的Chrome扩展程序,该扩展的主要功能是“Car riding simulator 2014”。

扩展截图

screenshot
screenshot
screenshot

下载FF15 Internet Car Driving扩展crx文件

下载FF15 Internet Car Driving扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 FF15 Internet Car Driving FF15 Internet Car Driving
ID acbomgcfbkgbbomhfclpojgceiglbnhl
官方URL https://chromewebstore.google.com/detail/ff15-internet-car-driving/acbomgcfbkgbbomhfclpojgceiglbnhl
简介 Car riding simulator 2014
文件大小 2.64 MB
安装次数 634
当前版本 1.0.1
更新时间 2014-10-04
上架时间 2014-10-04
评分 3.37/5 共62次评分
开发者 miyaoka
电子邮箱 [email protected]
付费类型 free
扩展官网 https://twitter.com/miyaoka
支持的语言 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
        }
    ]
}