FlipTV
Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages
Was ist FlipTV?
FlipTV ist eine Chrome-Erweiterung, die von sathish316 entwickelt wurde, und ihr Hauptmerkmal ist "Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages".
Erweiterungsscreenshots
FlipTV-Erweiterungs-CRX-Datei herunterladen
Laden Sie FlipTV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | ndfhbbgnjpgdicpkdekhmiicpapaiaao |
Offizielle URL | https://chrome.google.com/webstore/detail/fliptv/ndfhbbgnjpgdicpkdekhmiicpapaiaao |
Beschreibung | Plugin to cast Flipkart/Myntra/Jabong/Amazon products on TV using Chromecast and Cast,Previous/Next Image/Product btn on all pages |
Dateigröße | 81.85 KB |
Installationsanzahl | 16 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-07-28 |
Veröffentlichungsdatum | 2016-07-27 |
Entwickler | sathish316 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |