Yugipedia Redirect
Redirect from Yu-Gi-OH Wikia to Yugipedia.
ما هو Yugipedia Redirect؟
Yugipedia Redirect هو إضافة Chrome تم تطويرها بواسطة https://severinkaderli.ch، والميزة الرئيسية لها هي "Redirect from Yu-Gi-OH Wikia to Yugipedia.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Yugipedia Redirect
قم بتنزيل ملفات الامتداد Yugipedia Redirect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension redirects all requests to yugioh.wikia.com to yugipedia.com.
معلومات أساسية عن التمديد
الاسم | Yugipedia Redirect |
ID | ejenkocoekafkcabmnonnpploodghnkh |
عنوان URL الرسمي | 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" ] } |