WowDB to Wowhead

Redirects WowDB pages to Wowhead pages

WowDB to Wowhead là gì?

WowDB to Wowhead là một tiện ích mở rộng Chrome được phát triển bởi ManjuS, và tính năng chính của nó là "Redirects WowDB pages to Wowhead pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WowDB to Wowhead

Tải xuống các tệp mở rộng WowDB to Wowhead dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WowDB to Wowhead WowDB to Wowhead
ID jnmjfklofjmcjaagdcckbkdppmhbkiec
URL Chính Thức https://chrome.google.com/webstore/detail/wowdb-to-wowhead/jnmjfklofjmcjaagdcckbkdppmhbkiec
Mô tả Redirects WowDB pages to Wowhead pages
Kích Thước Tệp 24.72 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-10-29
Ngày Phát Hành 2015-10-29
Đánh Giá 2.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển ManjuS
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}