Wakfu New Tab Page HD Wallpapers Themes
New tab page for Wakfu soil wallpaper. The hottest, most popular HD theme wallpaper page for users. Updated daily.
Qu'est-ce que Wakfu New Tab Page HD Wallpapers Themes ?
Wakfu New Tab Page HD Wallpapers Themes est une extension Chrome développée par http://mytab.me, et sa fonction principale est "New tab page for Wakfu soil wallpaper. The hottest, most popular HD theme wallpaper page for users. Updated daily.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wakfu New Tab Page HD Wallpapers Themes
Téléchargez les fichiers d'extension Wakfu New Tab Page HD Wallpapers Themes 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
wakfu,又名沃土,是一款全球同步运营的大型在线MMORPG回合制网络游戏,游戏以2.5D视角呈现欧美奇幻萌武侠,以动漫角色扮演形式演绎了一场奇幻之旅。 作为全世界首创具有生命机制的MMORPG,沃土生态系统中的动植物与现实世界无异,它们的生存和毁灭完全受玩家控制和影响。玩家可以按照自己的自由意志选择保护物种还是破坏生态。怪物种群的数量、地区植物的多样性甚至连气候环境的好坏都取决于玩家的个人行为。十二世界生态环境的发展趋势由玩家决定! 沃土壁纸新标签页。时下最火,最受用户欢迎的高清主题壁纸新标签页。每日更新,每日精彩。 可自动更换壁纸,每次打开新标签页都会自动打开一张新的壁纸。时间显示更精准,可自定义天气的城市位置。可自定义极简模式,目前访问次数最多的Chrome扩展程序。
Informations de Base sur l'Extension
Nom | |
ID | ljafgmgaegfkgpfjemjbpibackkcpokp |
URL Officiel | https://chrome.google.com/webstore/detail/wakfu-new-tab-page-hd-wal/ljafgmgaegfkgpfjemjbpibackkcpokp |
Description | New tab page for Wakfu soil wallpaper. The hottest, most popular HD theme wallpaper page for users. Updated daily. |
Taille du Fichier | 37.72 KB |
Nombre d'Installations | 75 |
Version Actuelle | 1.1.0.0 |
Dernière Mise à Jour | 2019-05-26 |
Date de Publication | 2019-05-26 |
Développeur | http://mytab.me |
Type de Paiement | free |
Langues Prises en Charge | en,zh-CN,zh-TW |
manifest.json | |
{ "name": "__MSG_ext_name__", "manifest_version": 2, "description": "__MSG_ext_desc__", "browser_action": { "default_icon": { "48": "icons\/48.png" }, "default_title": "__MSG_ext_name__" }, "chrome_url_overrides": { "newtab": "pages\/newtab\/index.html" }, "background": { "scripts": [ "app.js", "pages\/background\/index.js" ], "persistent": false }, "default_locale": "en", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "minimum_chrome_version": "57", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0.0" } |