Minecraft Wiki Redirector
This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…
ما هو Minecraft Wiki Redirector؟
Minecraft Wiki Redirector هو إضافة Chrome تم تطويرها بواسطة Jesper، والميزة الرئيسية لها هي "This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Minecraft Wiki Redirector
قم بتنزيل ملفات الامتداد Minecraft Wiki Redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is to promote the new wiki site and improve its SEO ranking, ensuring that the Minecraft community can easily find and access up-to-date information. By installing this extension, users will be seamlessly redirected to the new wiki pages, helping to shift the traffic and search engine recognition to the new site.
معلومات أساسية عن التمديد
الاسم | Minecraft Wiki Redirector |
ID | dikggljhchkopghpgocbdjipbbflpclc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/minecraft-wiki-redirector/dikggljhchkopghpgocbdjipbbflpclc |
الوصف | This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is… |
حجم الملف | 35.91 KB |
عدد التثبيتات | 682 |
النسخة الحالية | 1.02 |
آخر تحديث | 2023-10-06 |
تاريخ النشر | 2023-10-04 |
تقييم | 4.40/5 مجموع تقييمات 5 |
المطور | Jesper |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "manifest_version": 3, "name": "Minecraft Wiki Redirector", "version": "1.02", "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/minecraft.fandom.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "action": { "default_icon": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |