BringsBlueBack

Brings some blue back onto your Teespring dashboard.

What is BringsBlueBack?

BringsBlueBack is a Chrome extension developed by Detlev, and its main feature is "Brings some blue back onto your Teespring dashboard.".

Extension Screenshots

screenshot

Download BringsBlueBack Extension CRX File

Download BringsBlueBack 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

                        Brings some blue back onto your Teespring dashboard.                    

Extension Basic Information

Name BringsBlueBack BringsBlueBack
ID ndmigmehhcncndkobdlfinkdlcocblmm
Official URL https://chromewebstore.google.com/detail/bringsblueback/ndmigmehhcncndkobdlfinkdlcocblmm
Description Brings some blue back onto your Teespring dashboard.
File Size 48.85 KB
Installation Count 15
Current Version 0.1.0
Last Updated 2015-03-12
Publish Date 2015-03-11
Developer Detlev
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BringsBlueBack",
    "manifest_version": 2,
    "version": "0.1.0",
    "description": "Brings some blue back onto your Teespring dashboard.",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/teespring.com\/*",
                "*:\/\/www.teespring.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/teespring.com\/*",
                "*:\/\/www.teespring.com\/*"
            ],
            "js": [
                "lib\/jquery-2.1.1.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/teespring.com\/"
    ]
}