Boston Celtics 2020 New Tab
The 2020 Celtics New Tab extension for die hard Celtics fans!
Cos'è Boston Celtics 2020 New Tab?
Boston Celtics 2020 New Tab è un'estensione di Chrome sviluppata da galabovj, e la sua funzione principale è "The 2020 Celtics New Tab extension for die hard Celtics fans!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Boston Celtics 2020 New Tab
Scarica i file di estensione Boston Celtics 2020 New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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] Informazioni di Base sull'Estensione
| Nome | |
| ID | mhdodcfdjclhjigffcmejcmaagaiopjd |
| URL Ufficiale | https://chromewebstore.google.com/detail/boston-celtics-2020-new-t/mhdodcfdjclhjigffcmejcmaagaiopjd |
| Descrizione | The 2020 Celtics New Tab extension for die hard Celtics fans! |
| Dimensione del File | 3.11 MB |
| Conteggio Installazioni | 418 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2020-02-05 |
| Data di Pubblicazione | 2020-02-05 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | galabovj |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
}
} | |