FlipTV

Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages

Cos'è FlipTV?

FlipTV è un'estensione di Chrome sviluppata da sathish316, e la sua funzione principale è "Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FlipTV

Scarica i file di estensione FlipTV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome FlipTV FlipTV
ID ndfhbbgnjpgdicpkdekhmiicpapaiaao
URL Ufficiale https://chrome.google.com/webstore/detail/fliptv/ndfhbbgnjpgdicpkdekhmiicpapaiaao
Descrizione Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages
Dimensione del File 81.85 KB
Conteggio Installazioni 16
Versione Corrente 1.1
Ultimo Aggiornamento 2016-07-28
Data di Pubblicazione 2016-07-27
Sviluppatore sathish316
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FlipTV",
    "description": "Plugin to cast Flipkart\/Myntra\/Jabong\/Amazon products on TV using Chromecast and Cast,Previous\/Next Image\/Product btn on all pages",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.flipkart.com\/*",
                "http:\/\/www.myntra.com\/*",
                "http:\/\/www.jabong.com\/*",
                "http:\/\/www.amazon.in\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "site_util.js",
                "product.js",
                "search_and_browse.js",
                "content.js"
            ],
            "include_globs": [
                "http:\/\/www.flipkart.com\/*\/p\/*",
                "http:\/\/www.flipkart.com\/search*",
                "http:\/\/www.flipkart.com\/*\/*\/pr*",
                "http:\/\/www.myntra.com\/*",
                "http:\/\/www.jabong.com\/*",
                "http:\/\/www.amazon.in\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "styles.css",
        "cast_sender.js",
        "cast_util.js",
        "site_util.js",
        "product.js",
        "search_and_browse.js"
    ]
}