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
Eメール [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
        }
    ]
}