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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में AirDates Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
}