Onda Fuerteventura

Fuerteventura al Minuto, recibe la última hora directamente en tu navegador

Что такое Onda Fuerteventura?

Onda Fuerteventura - это расширение Chrome, разработанное https://www.ondafuerteventura.es, и его основная функция - "Fuerteventura al Minuto, recibe la última hora directamente en tu navegador".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Onda Fuerteventura

Скачайте файлы расширений Onda Fuerteventura в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Grupo Radio-Televisión Onda Fuerteventura es el grupo de comunicación líder de la isla. Desde 2014 somos la radio de referencia en información y entretenimiento. Un equipo de profesionales que trabajan a diario para ofrecerle los mejores y más variados programas. Espacios de calidad que conforman una programación cercana, plural, original, con rigor... 24 horas al día de producción propia y siempre a pie de calle. Onda Fuerteventura se ha convertido en un grupo multimedia gestionando en la actualidad dos emisoras de radio, un canal de TV online, un directorio de empresas insular y un portal web de noticias.
Contacto: [email protected]                    

Основная информация о расширении

Название Onda Fuerteventura Onda Fuerteventura
ID efggmoeikbknaaenmldgejfnbjlipbfh
Официальный URL https://chrome.google.com/webstore/detail/onda-fuerteventura/efggmoeikbknaaenmldgejfnbjlipbfh
Описание Fuerteventura al Minuto, recibe la última hora directamente en tu navegador
Размер файла 134 KB
Количество установок 11
Текущая Версия 1.0
Последнее Обновление 2017-05-23
Дата публикации 2017-05-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://www.ondafuerteventura.es
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://ondafuerteventura.es/contacto
URL страницы политики конфиденциальности http://siete.online/privacidad
Поддерживаемые языки es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Onda Fuerteventura",
    "description": "Fuerteventura al Minuto, recibe la \u00faltima hora directamente en tu navegador",
    "background": {
        "page": "background.html"
    },
    "default_locale": "es",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "alarms",
        "notifications",
        "*:\/\/*\/*"
    ],
    "version": "1.0"
}