CardLife DB

A place for searching, viewing, and building decks for LOTR LCG.

What is CardLife DB?

CardLife DB is a Chrome extension developed by cardlifedb, and its main feature is "A place for searching, viewing, and building decks for LOTR LCG.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CardLife DB Extension CRX File

Download CardLife DB 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

                        CardLife DB is a chrome extension built for the Lord of the Rings: The Card Game LCG. It contains a card search packed with every player card to date, and will continue to be updated whenever a new release hits the shelves. There is also a deck builder that will allow you save all of your decks locally in your chrome browser. There is some built in support for OCTGN as well.                    

Extension Basic Information

Name CardLife DB CardLife DB
ID hllfpejnpcacclpbiebaelpkeagbgbgn
Official URL https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn
Description A place for searching, viewing, and building decks for LOTR LCG.
File Size 2.44 MB
Installation Count 46
Current Version 1.0.1
Last Updated 2016-02-10
Publish Date 2016-02-10
Rating 5.00/5 Total 2 Ratings
Developer cardlifedb
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CardLife DB",
    "version": "1.0.1",
    "description": "A place for searching, viewing, and building decks for LOTR LCG.",
    "short_name": "CardlifeDB",
    "icons": {
        "16": "img\/game_icons\/Tactics.png"
    },
    "background": {
        "scripts": [
            "extension-scripts\/main.js"
        ]
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/game_icons\/Tactics.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'",
    "offline_enabled": true
}