DecksOfKeyforge.com redirect.

Redirects from Master Vault to DecksOfKeyforge.com

What is DecksOfKeyforge.com redirect.?

DecksOfKeyforge.com redirect. is a Chrome extension developed by https://www.timeshapers.com, and its main feature is "Redirects from Master Vault to DecksOfKeyforge.com".

Extension Screenshots

screenshot
screenshot

Download DecksOfKeyforge.com redirect. Extension CRX File

Download DecksOfKeyforge.com redirect. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        One click to go from a keyforge deck while at keyforgegame.com to decksofkeyforge.com
Decks of keyforge redirect                    

Extension Basic Information

Name DecksOfKeyforge.com redirect. DecksOfKeyforge.com redirect.
ID hoppohnelffeollapmhmgckjmhkhgnhn
Official URL https://chromewebstore.google.com/detail/decksofkeyforgecom-redire/hoppohnelffeollapmhmgckjmhkhgnhn
Description Redirects from Master Vault to DecksOfKeyforge.com
File Size 5.17 KB
Installation Count 98
Current Version 0.2
Last Updated 2021-01-19
Publish Date 2019-05-08
Rating 5.00/5 Total 1 Ratings
Developer https://www.timeshapers.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DecksOfKeyforge.com redirect.",
    "version": "0.2",
    "description": "Redirects from Master Vault to DecksOfKeyforge.com",
    "background": {
        "scripts": [
            "background.js",
            "redirect.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "dok.png"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "manifest_version": 2
}