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」です。
拡張機能のスクリーンショット
FlipTV拡張機能のCRXファイルをダウンロード
FlipTV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
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" ] } |