Flash Sale Hack
A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.
Was ist Flash Sale Hack?
Flash Sale Hack ist eine Chrome-Erweiterung, die von asg entwickelt wurde, und ihr Hauptmerkmal ist "A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.".
Erweiterungsscreenshots
Flash Sale Hack-Erweiterungs-CRX-Datei herunterladen
Laden Sie Flash Sale Hack-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
Now don't miss any flash sale. Use quick flash sale links and participate in flashsale.
Grundlegende Informationen zur Erweiterung
Name | Flash Sale Hack |
ID | hnlkellkeghneeipjndkcdjlaemiceke |
Offizielle URL | https://chromewebstore.google.com/detail/flash-sale-hack/hnlkellkeghneeipjndkcdjlaemiceke |
Beschreibung | A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale. |
Dateigröße | 282 KB |
Installationsanzahl | 294 |
Aktuelle Version | 7.2 |
Letztes Update | 2016-12-14 |
Veröffentlichungsdatum | 2016-12-14 |
Bewertung | 3.93/5 Insgesamt 45 Bewertungen |
Entwickler | asg |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flash Sale Hack", "version": "7.2", "description": "A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.", "browser_action": { "default_icon": "icon.png", "default_title": "Flash Sale Hack", "default_popup": "popup.html" }, "permissions": [ "tabs", "*:\/\/*\/" ], "icons": { "16": "icon.png", "128": "icon-big.png" }, "content_scripts": [ { "matches": [ "*:\/\/flipkart.com\/*", "*:\/\/www.flipkart.com\/*", "http:\/\/www.flipkart.com\/*", "https:\/\/www.flipkart.com\/*", "http:\/\/www.flipkart.com\/*" ], "js": [ "jquery.min.js", "content.js" ], "css": [ "blink.css" ] } ] } |