FCB News - Noticias del Fútbol Club Barcelona
¡Todas las noticias del FC Barcelona en tu navegador!
What is FCB News - Noticias del Fútbol Club Barcelona?
FCB News - Noticias del Fútbol Club Barcelona is a Chrome extension developed by ifactory21, and its main feature is "¡Todas las noticias del FC Barcelona en tu navegador!".
Extension Screenshots
Download FCB News - Noticias del Fútbol Club Barcelona Extension CRX File
Download FCB News - Noticias del Fútbol Club Barcelona extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
¡Todas las noticias del FC Barcelona en tu navegador! Cada vez que abras una pestaña nueva tendrás las últimas noticias del Barça en tu pantalla, serás el primero en saberlo todo sobre tu equipo favorito. Esta extensión configura tu página de "Nueva pestaña" para que veas las últimas noticias del FC Barcelona en los distintos medios y páginas web. Tenemos las noticias de Sport, El Mundo Deportivo, Marca, As, La Vanguardia... ¡y muchos medios más!
Extension Basic Information
Name | |
ID | bpkbhgofhldnipmikifaejongjkefeka |
Official URL | https://chromewebstore.google.com/detail/fcb-news-noticias-del-f%C3%BAt/bpkbhgofhldnipmikifaejongjkefeka |
Description | ¡Todas las noticias del FC Barcelona en tu navegador! |
File Size | 640 KB |
Installation Count | 148 |
Current Version | 1.1.2 |
Last Updated | 2020-09-26 |
Publish Date | 2019-10-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ifactory21 |
[email protected] | |
Payment Type | free |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FCB News - Noticias del F\u00fatbol Club Barcelona", "short_name": "fcbnews", "description": "\u00a1Todas las noticias del FC Barcelona en tu navegador!", "version": "1.1.2", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "24": "icons\/icon_24.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "tab\/tab.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.google-analytics.com; object-src 'self'" } |