FlipTV

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

What is FlipTV?

FlipTV is a Chrome extension developed by sathish316, and its main feature is "Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages".

Extension Screenshots

screenshot
screenshot
screenshot

Download FlipTV Extension CRX File

Download FlipTV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name FlipTV FlipTV
ID ndfhbbgnjpgdicpkdekhmiicpapaiaao
Official URL https://chrome.google.com/webstore/detail/fliptv/ndfhbbgnjpgdicpkdekhmiicpapaiaao
Description Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages
File Size 81.85 KB
Installation Count 16
Current Version 1.1
Last Updated 2016-07-28
Publish Date 2016-07-27
Developer sathish316
Payment Type free
Supported Languages 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"
    ]
}