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.

iWin Chrome Wallpaper란 무엇입니까?

iWin Chrome Wallpaper은(는) https://www.iwin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy beautiful game artwork while browsing the web with iWin’s new tab page designed for the gaming enthusiast in all of us."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

iWin Chrome Wallpaper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 iWin Chrome Wallpaper iWin Chrome Wallpaper
ID fcgkcfeognaadiinfndapngidgpnkjnf
공식 URL https://chromewebstore.google.com/detail/iwin-chrome-wallpaper/fcgkcfeognaadiinfndapngidgpnkjnf
설명 Enjoy beautiful game artwork while browsing the web with iWin’s new tab page designed for the gaming enthusiast in all of us.
파일 크기 575 KB
설치 횟수 1,016
현재 버전 2.5.3
최근 업데이트 2016-01-08
출시 날짜 2016-01-08
평점 4.82/5 총 11 개의 평점
개발자 https://www.iwin.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.iwin.com/
도움말 페이지 URL http://support.iwin.com/ics/support/default.asp?deptID=5419&_referrer=http://www.iwin.com/
지원되는 언어 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"
        }
    ]
}