Latest Hockey Headlines
Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.
Co to jest Latest Hockey Headlines?
Latest Hockey Headlines to rozszerzenie Chrome opracowane przez jscalise, a jego główną funkcją jest „Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Latest Hockey Headlines
Pobierz pliki rozszerzeń Latest Hockey Headlines 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
v2.1.0
- Numerous bug fixes including broken images on all article types.
- Added support for new promo article types.
Grabs the latest NHL headlines from TSN and displays them in a handy drop-down display. Once a headline is clicked, a new window displays the selected story. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pnidkiailngiifhiamapafedcpepgdge |
| Oficjalny URL | https://chromewebstore.google.com/detail/latest-hockey-headlines/pnidkiailngiifhiamapafedcpepgdge |
| Opis | Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story. |
| Rozmiar pliku | 228 KB |
| Liczba instalacji | 1,205 |
| Aktualna Wersja | 2.1.0 |
| Ostatnia Aktualizacja | 2018-09-11 |
| Data Publikacji | 2018-09-11 |
| Ocena | 4.14/5 Łącznie 14 Oceny |
| Deweloper | jscalise |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Latest Hockey Headlines",
"description": "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.",
"version": "2.1.0",
"permissions": [
"http:\/\/www.tsn.ca\/nhl\/*",
"https:\/\/www.tsn.ca\/nhl\/*"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "main.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |