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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": []
}