Latest TSN Basketball Headlines
Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.
Vad är Latest TSN Basketball Headlines?
Latest TSN Basketball Headlines är en Chrome-tillägg utvecklad av jscalise, och dess huvudfunktion är "Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.".
Tilläggsskärmbilder
Ladda ner Latest TSN Basketball Headlines-förlängningens CRX-fil
Ladda ner Latest TSN Basketball Headlines-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
v1.5.0
- Numerous bug fixes including broken images on all article types.
- Added support for new promo article types. Grundläggande Information om Tillägg
| Namn | |
| ID | oipiinfbgpnomgijmjofaagdngidndck |
| Officiell webbadress | https://chromewebstore.google.com/detail/latest-tsn-basketball-hea/oipiinfbgpnomgijmjofaagdngidndck |
| Beskrivning | Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story. |
| Filstorlek | 300 KB |
| Antal Installationer | 370 |
| Aktuell Version | 1.5.0 |
| Senast Uppdaterad | 2018-09-11 |
| Publiceringsdatum | 2018-09-11 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | jscalise |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Latest TSN Basketball Headlines",
"description": "Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.",
"version": "1.5.0",
"permissions": [
"*:\/\/*.tsn.ca\/*"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "main.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |