JahooBox

Στείλτε από το Chrome στο Jahoo BOX και φτιάξτε τα δικά σας κανάλια .

Wat is JahooBox?

JahooBox is een Chrome-extensie ontwikkeld door https://www.jahoo.gr, en de belangrijkste functie is "Στείλτε από το Chrome στο Jahoo BOX και φτιάξτε τα δικά σας κανάλια .".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JahooBox

Download JahooBox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Προσοχή η συγκεκριμένη εφαρμογή είναι ΜΟΝΟ για τους κατόχους του Jahoo BOX από το Jahoo.gr , σας επιτρέπει να στέλνετε μέσα από τον Chrome ολόκληρες λίστες - κανάλια από δίκτυα όπως το Youtube , Dailymotion και άλλα,με την εφαρμογή του JahooBOX έχετε την δυνατότητα να επιλέγετε τι βλέπετε μέσα από την επίσημη σελίδα του Jahoo Media που περιλαμβάνει "άπειρα" κανάλια και λίστες ! Το JahooBOX Είναι συμβατό και με Magnet Links , Imagine More ... 

Για να αγοράσετε το JahooBox κάντε κλικ παρακάτω : 
http://iptv.jahoo.gr/index.php?route=product/product&product_id=50                    

Basisinformatie over de Extensie

Naam JahooBox JahooBox
ID mlhlbggcbajpffadgkkdepbmenlmjkdd
Officiële URL https://chromewebstore.google.com/detail/jahoobox/mlhlbggcbajpffadgkkdepbmenlmjkdd
Beschrijving Στείλτε από το Chrome στο Jahoo BOX και φτιάξτε τα δικά σας κανάλια .
Bestandsgrootte 349 KB
Aantal Installaties 13
Huidige Versie 0.1
Laatst Bijgewerkt 2014-01-20
Publicatiedatum 2014-01-20
Ontwikkelaar https://www.jahoo.gr
Betalingswijze free
Extensiewebsite http://iptv.jahoo.gr/index.php?route=product/product&product_id=50
Help Pagina-URL http://www.jahoo.gr/jahoo-box-%CE%BF%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82-%CE%BA%CE%B1%CE%B9-downloads/
Ondersteunde Talen el
manifest.json
{
    "background": {
        "scripts": [
            "js\/shared.js",
            "js\/background_scripts\/background.js",
            "js\/xbmc-helper.js",
            "js\/jquery-1.7.2.min.js",
            "js\/background_scripts\/context-menu.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "remote.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_scripts\/context-menu-content-scripts.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "js\/content_scripts\/liveleak-content-scripts.js",
                "js\/jquery-1.7.2.min.js"
            ],
            "matches": [
                "http:\/\/www.liveleak.com\/view*"
            ]
        },
        {
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/shared.js",
                "js\/content_scripts\/youtube-content-scripts.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        },
        {
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/shared.js",
                "js\/content_scripts\/soundcloud-content-scripts.js"
            ],
            "matches": [
                "*:\/\/soundcloud.com\/*"
            ]
        },
        {
            "js": [
                "js\/shared.js",
                "js\/content_scripts\/soundcloud-content-scripts.js"
            ],
            "matches": [
                "*:\/\/mycloudplayers.com\/*"
            ]
        },
        {
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/shared.js",
                "js\/content_scripts\/khanacademy-content-scripts.js"
            ],
            "matches": [
                "*:\/\/*.khanacademy.org\/*"
            ]
        },
        {
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/shared.js",
                "js\/content_scripts\/hulu-content-scripts.js"
            ],
            "matches": [
                "*:\/\/*.hulu.com\/watch\/*"
            ]
        }
    ],
    "description": "\u03a3\u03c4\u03b5\u03af\u03bb\u03c4\u03b5 \u03b1\u03c0\u03cc \u03c4\u03bf Chrome \u03c3\u03c4\u03bf Jahoo BOX \u03ba\u03b1\u03b9 \u03c6\u03c4\u03b9\u03ac\u03be\u03c4\u03b5 \u03c4\u03b1 \u03b4\u03b9\u03ba\u03ac \u03c3\u03b1\u03c2 \u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1 .",
    "icons": {
        "128": "images\/tv.png"
    },
    "manifest_version": 2,
    "name": "JahooBox",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}