FlipTV

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

Wat is FlipTV?

FlipTV is een Chrome-extensie ontwikkeld door sathish316, en de belangrijkste functie is "Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FlipTV

Download FlipTV-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

                                            

Basisinformatie over de Extensie

Naam FlipTV FlipTV
ID ndfhbbgnjpgdicpkdekhmiicpapaiaao
Officiële URL https://chrome.google.com/webstore/detail/fliptv/ndfhbbgnjpgdicpkdekhmiicpapaiaao
Beschrijving Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages
Bestandsgrootte 81.85 KB
Aantal Installaties 16
Huidige Versie 1.1
Laatst Bijgewerkt 2016-07-28
Publicatiedatum 2016-07-27
Ontwikkelaar sathish316
Betalingswijze free
Ondersteunde Talen 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"
    ]
}