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.

Qu'est-ce que AirDates Extension ?

AirDates Extension est une extension Chrome développée par Burak Mehmet Gürbüz, et sa fonction principale est "This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AirDates Extension

Téléchargez les fichiers d'extension AirDates Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AirDates Extension AirDates Extension
ID ibonolkeppfhpidfakgagmlbpepljnac
URL Officiel https://chrome.google.com/webstore/detail/airdates-extension/ibonolkeppfhpidfakgagmlbpepljnac
Description This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.
Taille du Fichier 117 KB
Nombre d'Installations 14
Version Actuelle 0.0.3
Dernière Mise à Jour 2015-05-17
Date de Publication 2015-05-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur Burak Mehmet Gürbüz
Type de Paiement free
Site Web de l'Extension http://burakgurbuz.com
Langues Prises en Charge 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": []
}