WowDB to Wowhead
Redirects WowDB pages to Wowhead pages
Wat is WowDB to Wowhead?
WowDB to Wowhead is een Chrome-extensie ontwikkeld door ManjuS, en de belangrijkste functie is "Redirects WowDB pages to Wowhead pages".
Extensie Screenshots
Download het CRX-bestand van de extensie WowDB to Wowhead
Download WowDB to Wowhead-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
Prefer Wowhead for all of your World of Warcraft informational needs? This extension redirects pages from WoWDB to Wowhead for more in depth information. This extension was created by a user on Reddit's /r/chrome subreddit and I'm just uploading it for ease of use.
Basisinformatie over de Extensie
Naam | |
ID | jnmjfklofjmcjaagdcckbkdppmhbkiec |
Officiële URL | https://chrome.google.com/webstore/detail/wowdb-to-wowhead/jnmjfklofjmcjaagdcckbkdppmhbkiec |
Beschrijving | Redirects WowDB pages to Wowhead pages |
Bestandsgrootte | 24.72 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-10-29 |
Publicatiedatum | 2015-10-29 |
Beoordeling | 2.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | ManjuS |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WowDB to Wowhead", "version": "1.0", "description": "Redirects WowDB pages to Wowhead pages", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.wowdb.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ] } |