Noticias de Deportes
Descubre las noticias de Deportes más recientes
Vad är Noticias de Deportes?
Noticias de Deportes är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Descubre las noticias de Deportes más recientes".
Tilläggsskärmbilder
Ladda ner Noticias de Deportes-förlängningens CRX-fil
Ladda ner Noticias de Deportes-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
Últimas noticias sobre Deportes donde encontrarás información sobre lo que a usted le interesa. Póngase al día con las noticias de deporte actualizadas al minuto, además de reportajes y mucho más.
Nota: Solo funciona con acceso a Internet! Grundläggande Information om Tillägg
| Namn | |
| ID | fgpofjfnmifikopmbchgmgpgjnkcpbpd |
| Officiell webbadress | https://chromewebstore.google.com/detail/noticias-de-deportes/fgpofjfnmifikopmbchgmgpgjnkcpbpd |
| Beskrivning | Descubre las noticias de Deportes más recientes |
| Filstorlek | 32.69 KB |
| Antal Installationer | 17 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2017-01-16 |
| Publiceringsdatum | 2017-01-16 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Noticias de Deportes",
"manifest_version": 2,
"short_name": "Noticias de Deportes",
"description": "Descubre las noticias de Deportes m\u00e1s recientes",
"version": "1",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "1484397030_Citycons_newspaper.png"
},
"icons": {
"128": "icon.png"
}
} | |