College Basketball News
Keep up with the latest college basketball news.
Co to jest College Basketball News?
College Basketball News to rozszerzenie Chrome opracowane przez Neptune Media, a jego główną funkcją jest „Keep up with the latest college basketball news.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia College Basketball News
Pobierz pliki rozszerzeń College Basketball News w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Stay up to date with all the latest college basketball news. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lbjfchofagfblofekkeeingmfobikold |
| Oficjalny URL | https://chromewebstore.google.com/detail/college-basketball-news/lbjfchofagfblofekkeeingmfobikold |
| Opis | Keep up with the latest college basketball news. |
| Rozmiar pliku | 109 KB |
| Liczba instalacji | 20 |
| Aktualna Wersja | 0.4 |
| Ostatnia Aktualizacja | 2014-03-23 |
| Data Publikacji | 2014-03-22 |
| Ocena | 4.00/5 Łącznie 1 Oceny |
| Deweloper | Neptune Media |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "College Basketball News",
"short_name": "Basketball News",
"version": "0.4",
"description": "Keep up with the latest college basketball news.",
"homepage_url": "http:\/\/www.espn.com",
"background": {
"page": "background.html"
},
"icons": {
"16": "images\/icon.png",
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"http:\/\/sports.espn.go.com\/*"
],
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "Basketball News",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |