Yugipedia Redirect
Redirect from Yu-Gi-OH Wikia to Yugipedia.
什麼是Yugipedia Redirect?
Yugipedia Redirect是由https://severinkaderli.ch開發的Chrome擴展程式,該擴展的主要功能是“Redirect from Yu-Gi-OH Wikia to Yugipedia.”。
擴展截圖
下載Yugipedia Redirect擴展crx文件
下載Yugipedia Redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension redirects all requests to yugioh.wikia.com to yugipedia.com. 擴展基本資訊
| 名稱 | |
| ID | ejenkocoekafkcabmnonnpploodghnkh |
| 官方網址 | https://chromewebstore.google.com/detail/yugipedia-redirect/ejenkocoekafkcabmnonnpploodghnkh |
| 簡介 | Redirect from Yu-Gi-OH Wikia to Yugipedia. |
| 檔案大小 | 14.54 KB |
| 安裝次數 | 60 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2018-03-22 |
| 上架時間 | 2018-03-22 |
| 評分 | 4.50/5 共 2 次評分 |
| 開發者 | https://severinkaderli.ch |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Yugipedia Redirect",
"description": "Redirect from Yu-Gi-OH Wikia to Yugipedia.",
"version": "1.0.1",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": ".\/assets\/16x16.png",
"48": ".\/assets\/48x48.png",
"128": ".\/assets\/128x128.png"
},
"permissions": [
"webRequest",
"*:\/\/yugioh.wikia.com\/*",
"*:\/\/www.yugioh.wikia.com\/*",
"webRequestBlocking"
]
} | |