iWin Chrome Wallpaper

Enjoy beautiful game artwork while browsing the web with iWin’s new tab page designed for the gaming enthusiast in all of us.

¿Qué es iWin Chrome Wallpaper?

iWin Chrome Wallpaper es una extensión de Chrome desarrollada por https://www.iwin.com, y su función principal es "Enjoy beautiful game artwork while browsing the web with iWin’s new tab page designed for the gaming enthusiast in all of us.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión iWin Chrome Wallpaper

Descarga archivos de extensión iWin Chrome Wallpaper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        iWin Chrome Wallpaper is a beautiful and customizable new tab page that allows you to access the browsing information that matters to you quickly and easily.

With iWin Chrome Wallpaper you can enjoy:

• A beautiful background of game artwork with every new tab
• iWin’s most popular games and Chome Apps and bookmarks at your fingertips
• Quick access to your most visited websites                    

Información Básica de la Extensión

Nombre iWin Chrome Wallpaper iWin Chrome Wallpaper
ID fcgkcfeognaadiinfndapngidgpnkjnf
URL Oficial https://chromewebstore.google.com/detail/iwin-chrome-wallpaper/fcgkcfeognaadiinfndapngidgpnkjnf
Descripción Enjoy beautiful game artwork while browsing the web with iWin’s new tab page designed for the gaming enthusiast in all of us.
Tamaño del Archivo 575 KB
Cantidad de Instalaciones 1,016
Versión Actual 2.5.3
Última Actualización 2016-01-08
Fecha de Publicación 2016-01-08
Calificación 4.82/5 Total de 11 Calificaciones
Desarrollador https://www.iwin.com
Tipo de Pago free
Sitio Web de la Extensión http://www.iwin.com/
URL de la Página de Ayuda http://support.iwin.com/ics/support/default.asp?deptID=5419&_referrer=http://www.iwin.com/
Idiomas Soportados en
manifest.json
{
    "background": {
        "persistent": true,
        "page": "background\/index.html"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_title": "iWin Chrome Wallpaper"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.mystart.com https:\/\/*.vmn.net https:\/\/api.facebook.com https:\/\/*.twitter.com https:\/\/fea.iwincdn.com https:\/\/fea.iwincdn.com; object-src 'self'",
    "icons": {
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "name": "iWin Chrome Wallpaper",
    "offline_enabled": true,
    "optional_permissions": [
        "bookmarks",
        "management",
        "tabs",
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "permissions": [
        "alarms",
        "nativeMessaging",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.iwin.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.3",
    "description": "Enjoy beautiful game artwork while browsing the web with iWin\u2019s new tab page designed for the gaming enthusiast in all of us.",
    "short_name": "iWin Wallpaper",
    "content_scripts": [
        {
            "js": [
                "content-scripts\/installed.js"
            ],
            "matches": [
                "*:\/\/*.iwin.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}