YGOWiki Redirector
Redirects YGO Wikia/Fandom requests to Yugipedia
YGOWiki Redirector là gì?
YGOWiki Redirector là một tiện ích mở rộng Chrome được phát triển bởi https://yugipedia.com, và tính năng chính của nó là "Redirects YGO Wikia/Fandom requests to Yugipedia".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YGOWiki Redirector
Tải xuống các tệp mở rộng YGOWiki Redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YGOWiki Redirector |
ID | ihcahckdmfgebcihagehdfcdopmjmcjp |
URL Chính Thức | https://chromewebstore.google.com/detail/ygowiki-redirector/ihcahckdmfgebcihagehdfcdopmjmcjp |
Mô tả | Redirects YGO Wikia/Fandom requests to Yugipedia |
Kích Thước Tệp | 46.21 KB |
Số Lần Cài Đặt | 2,178 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2019-07-10 |
Ngày Phát Hành | 2019-07-09 |
Đánh Giá | 4.92/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://yugipedia.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |