Yugipedia Redirect
Redirect from Yu-Gi-OH Wikia to Yugipedia.
What is Yugipedia Redirect?
Yugipedia Redirect is a Chrome extension developed by https://severinkaderli.ch, and its main feature is "Redirect from Yu-Gi-OH Wikia to Yugipedia.".
Extension Screenshots
Download Yugipedia Redirect Extension CRX File
Download Yugipedia Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension redirects all requests to yugioh.wikia.com to yugipedia.com.
Extension Basic Information
Name | Yugipedia Redirect |
ID | ejenkocoekafkcabmnonnpploodghnkh |
Official URL | https://chromewebstore.google.com/detail/yugipedia-redirect/ejenkocoekafkcabmnonnpploodghnkh |
Description | Redirect from Yu-Gi-OH Wikia to Yugipedia. |
File Size | 14.54 KB |
Installation Count | 60 |
Current Version | 1.0.1 |
Last Updated | 2018-03-22 |
Publish Date | 2018-03-22 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://severinkaderli.ch |
Payment Type | free |
Supported Languages | 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" ] } |