AirDates Extension

This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.

Что такое AirDates Extension?

AirDates Extension - это расширение Chrome, разработанное Burak Mehmet Gürbüz, и его основная функция - "This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.".

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

screenshot

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

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

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

                        This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.

What's New in 0.0.3:
- You can now switch between day view and week view (in fact +7 days view)
- You can choose to show only your selected shows on day view

What's New in 0.0.2:
- Your colors are available on the extension too
- Direct links to watch/download links are available                    

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

Название AirDates Extension AirDates Extension
ID ibonolkeppfhpidfakgagmlbpepljnac
Официальный URL https://chrome.google.com/webstore/detail/airdates-extension/ibonolkeppfhpidfakgagmlbpepljnac
Описание This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.
Размер файла 117 KB
Количество установок 14
Текущая Версия 0.0.3
Последнее Обновление 2015-05-17
Дата публикации 2015-05-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Burak Mehmet Gürbüz
Тип оплаты free
Официальный сайт расширения http://burakgurbuz.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AirDates Extension",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.",
    "homepage_url": "http:\/\/burakgurbuz.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon24.png",
        "default_title": "What's on TV today?",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "http:\/\/www.airdates.tv\/"
    ],
    "content_scripts": []
}