FlipTV

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

什么是FlipTV?

FlipTV是由sathish316开发的Chrome扩展程序,该扩展的主要功能是“Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages”。

扩展截图

screenshot
screenshot
screenshot

下载FlipTV扩展crx文件

下载FlipTV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 FlipTV FlipTV
ID ndfhbbgnjpgdicpkdekhmiicpapaiaao
官方URL https://chrome.google.com/webstore/detail/fliptv/ndfhbbgnjpgdicpkdekhmiicpapaiaao
简介 Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages
文件大小 81.85 KB
安装次数 16
当前版本 1.1
更新时间 2016-07-28
上架时间 2016-07-27
开发者 sathish316
付费类型 free
支持的语言 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"
    ]
}