SuperBowl 50
NFL.com's 2016 Super Bowl 50 Live News And Updates
Cos'è SuperBowl 50?
SuperBowl 50 è un'estensione di Chrome sviluppata da Hernande, e la sua funzione principale è "NFL.com's 2016 Super Bowl 50 Live News And Updates".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SuperBowl 50
Scarica i file di estensione SuperBowl 50 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | mmcgdcnajcopjkkggjpkndphmfbkbadi |
| URL Ufficiale | https://chromewebstore.google.com/detail/superbowl-50/mmcgdcnajcopjkkggjpkndphmfbkbadi |
| Descrizione | NFL.com's 2016 Super Bowl 50 Live News And Updates |
| Dimensione del File | 124 KB |
| Conteggio Installazioni | 37 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2016-02-05 |
| Data di Pubblicazione | 2016-02-05 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Hernande |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SuperBowl 50",
"version": "1.0.1",
"description": "NFL.com's 2016 Super Bowl 50 Live News And Updates",
"icons": {
"16": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "SuperBowl 50",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery-1.9.1.min.js",
"js\/common.js",
"js\/e5d7injected.js",
"js\/4877cry.js"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
} | |