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.」です。
拡張機能のスクリーンショット
iWin Chrome Wallpaper拡張機能のCRXファイルをダウンロード
iWin Chrome Wallpaper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" } ] } |