Flash Sale Hack
A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.
Vad är Flash Sale Hack?
Flash Sale Hack är en Chrome-tillägg utvecklad av asg, och dess huvudfunktion är "A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.".
Tilläggsskärmbilder
Ladda ner Flash Sale Hack-förlängningens CRX-fil
Ladda ner Flash Sale Hack-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Now don't miss any flash sale. Use quick flash sale links and participate in flashsale. Grundläggande Information om Tillägg
| Namn | |
| ID | hnlkellkeghneeipjndkcdjlaemiceke |
| Officiell webbadress | https://chromewebstore.google.com/detail/flash-sale-hack/hnlkellkeghneeipjndkcdjlaemiceke |
| Beskrivning | A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale. |
| Filstorlek | 282 KB |
| Antal Installationer | 294 |
| Aktuell Version | 7.2 |
| Senast Uppdaterad | 2016-12-14 |
| Publiceringsdatum | 2016-12-14 |
| Betyg | 3.93/5 Totalt 45 Betyg |
| Utvecklare | asg |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |