Tardis Loader

This extension will activate the Tardis Tool

What is Tardis Loader?

Tardis Loader is a Chrome extension developed by lucasleedotnet, and its main feature is "This extension will activate the Tardis Tool".

Download Tardis Loader Extension CRX File

Download Tardis Loader 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

                                            

Extension Basic Information

Name Tardis Loader Tardis Loader
ID knaddecekpkgcfgafcdkjkbkifneeaof
Official URL https://chrome.google.com/webstore/detail/tardis-loader/knaddecekpkgcfgafcdkjkbkifneeaof
Description This extension will activate the Tardis Tool
File Size 10.11 KB
Installation Count 41
Current Version 1.0
Last Updated 2017-03-21
Publish Date 2017-03-21
Rating 1.00/5 Total 2 Ratings
Developer lucasleedotnet
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tardis Loader",
    "description": "This extension will activate the Tardis Tool",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "loader.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bootstrap.js"
            ]
        }
    ]
}