Free Games Online

Great New Tab For Game Lovers

Apa itu Free Games Online?

Free Games Online adalah ekstensi Chrome yang dikembangkan oleh http://xo23.com, dan fitur utamanya adalah "Great New Tab For Game Lovers".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Free Games Online

Unduh file ekstensi Free Games Online dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Great Page For Game Lovers                    

Informasi Dasar Ekstensi

Nama Free Games Online Free Games Online
ID knnnbbhpmindjoelijkogckanpaioeji
URL Resmi https://chrome.google.com/webstore/detail/free-games-online/knnnbbhpmindjoelijkogckanpaioeji
Deskripsi Great New Tab For Game Lovers
Ukuran File 14.38 KB
Jumlah Instalasi 29
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2015-10-01
Tanggal Publikasi 2015-10-01
Pengembang http://xo23.com
Tipe Pembayaran free
Bahasa yang Didukung pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Games Online",
    "description": "Great New Tab For Game Lovers",
    "version": "0.0.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/xo23.com",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "logo.png",
        "16": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com;object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}