New Minecraft Wiki
Redirect old Minecraft Wiki links to the new Minecraft Wiki.
Wat is New Minecraft Wiki?
New Minecraft Wiki is een Chrome-extensie ontwikkeld door Silly Billy, en de belangrijkste functie is "Redirect old Minecraft Wiki links to the new Minecraft Wiki.".
Extensie Screenshots
Download het CRX-bestand van de extensie New Minecraft Wiki
Download New Minecraft Wiki-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension redirects the old Minecraft wiki fandom links to the new minecraft.wiki ones. Basisinformatie over de Extensie
| Naam | |
| ID | nfbicjlpocbjghcoeifmkjknmdjncgee |
| Officiële URL | https://chromewebstore.google.com/detail/new-minecraft-wiki/nfbicjlpocbjghcoeifmkjknmdjncgee |
| Beschrijving | Redirect old Minecraft Wiki links to the new Minecraft Wiki. |
| Bestandsgrootte | 167 KB |
| Aantal Installaties | 704 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-09-26 |
| Publicatiedatum | 2023-09-26 |
| Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Silly Billy |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"content_scripts": [
{
"js": [
"redirect.js"
],
"matches": [
"*:\/\/minecraft.fandom.com\/*"
],
"run_at": "document_end"
}
],
"description": "Redirect old Minecraft Wiki links to the new Minecraft Wiki.",
"icons": {
"48": "\/48.png"
},
"manifest_version": 3,
"name": "New Minecraft Wiki",
"permissions": [],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0"
} | |