FF15 Internet Car Driving

Car riding simulator 2014

Qu'est-ce que FF15 Internet Car Driving ?

FF15 Internet Car Driving est une extension Chrome développée par miyaoka, et sa fonction principale est "Car riding simulator 2014".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FF15 Internet Car Driving

Téléchargez les fichiers d'extension FF15 Internet Car Driving au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom FF15 Internet Car Driving FF15 Internet Car Driving
ID acbomgcfbkgbbomhfclpojgceiglbnhl
URL Officiel https://chromewebstore.google.com/detail/ff15-internet-car-driving/acbomgcfbkgbbomhfclpojgceiglbnhl
Description Car riding simulator 2014
Taille du Fichier 2.64 MB
Nombre d'Installations 634
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-10-04
Date de Publication 2014-10-04
Évaluation 3.37/5 Total 62 Évaluations
Développeur miyaoka
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitter.com/miyaoka
Langues Prises en Charge 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
        }
    ]
}