Boston Celtics 2020 New Tab

The 2020 Celtics New Tab extension for die hard Celtics fans!

What is Boston Celtics 2020 New Tab?

Boston Celtics 2020 New Tab is a Chrome extension developed by galabovj, and its main feature is "The 2020 Celtics New Tab extension for die hard Celtics fans!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Boston Celtics 2020 New Tab Extension CRX File

Download Boston Celtics 2020 New Tab 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

                        Replace new tab page with a Boston Celtics poster for 2020. Each day a new poster with a Celtics player. Each month we have a Celtics legend from the past.

No ads.

Many upcoming features:
- To-do list 
- Polls for Celtics player
- Quiz for Celtics History
- Famous Celtics Quotes

If you would like to request a feature, you can mail me: [email protected]                    

Extension Basic Information

Name Boston Celtics 2020 New Tab Boston Celtics 2020 New Tab
ID mhdodcfdjclhjigffcmejcmaagaiopjd
Official URL https://chromewebstore.google.com/detail/boston-celtics-2020-new-t/mhdodcfdjclhjigffcmejcmaagaiopjd
Description The 2020 Celtics New Tab extension for die hard Celtics fans!
File Size 3.11 MB
Installation Count 418
Current Version 0.0.1
Last Updated 2020-02-05
Publish Date 2020-02-05
Rating 5.00/5 Total 1 Ratings
Developer galabovj
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boston Celtics 2020 New Tab",
    "version": "0.0.1",
    "description": "The 2020 Celtics New Tab extension for die hard Celtics fans!",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}