YGOWiki Redirector
Redirects YGO Wikia/Fandom requests to Yugipedia
什么是YGOWiki Redirector?
YGOWiki Redirector是由https://yugipedia.com开发的Chrome扩展程序,该扩展的主要功能是“Redirects YGO Wikia/Fandom requests to Yugipedia”。
扩展截图
下载YGOWiki Redirector扩展crx文件
下载YGOWiki Redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Redirects YuGiOh Wikia/Fandom requests to Yugipedia automatically to help ensure that you are always viewing the most up-to-date information possible. This extension will work for any links so long as you use Google Chrome by default. You may also temporarily pause the extension in order to view pages on the Wikia YGO site.
扩展基本信息
名称 | YGOWiki Redirector |
ID | ihcahckdmfgebcihagehdfcdopmjmcjp |
官方URL | https://chromewebstore.google.com/detail/ygowiki-redirector/ihcahckdmfgebcihagehdfcdopmjmcjp |
简介 | Redirects YGO Wikia/Fandom requests to Yugipedia |
文件大小 | 46.21 KB |
安装次数 | 2,178 |
当前版本 | 1.1.0 |
更新时间 | 2019-07-10 |
上架时间 | 2019-07-09 |
评分 | 4.92/5 共12次评分 |
开发者 | https://yugipedia.com |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YGOWiki Redirector", "author": "proEndreeper, Modified by penguinstyles to work for Yugipedia", "version": "1.1.0", "description": "Redirects YGO Wikia\/Fandom requests to Yugipedia", "permissions": [ "storage", "*:\/\/ygo.wikia.com\/*", "*:\/\/yugioh.wikia.com\/*", "*:\/\/yu-gi-oh.wikia.com\/*", "*:\/\/ygo.fandom.com\/*", "*:\/\/yugioh.fandom.com\/*", "*:\/\/yu-gi-oh.fandom.com\/*", "webNavigation", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon32.png", "default_title": "YGOWiki Redirector", "default_popup": "popup.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |