FlashCart
A tool to help you in Flipkart, Amazon, Realme Flash Sale, Auto buy, Auto checkout features built-in.
FlashCart là gì?
FlashCart là một tiện ích mở rộng Chrome được phát triển bởi https://flashcart.in, và tính năng chính của nó là "A tool to help you in Flipkart, Amazon, Realme Flash Sale, Auto buy, Auto checkout features built-in.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FlashCart
Tải xuống các tệp mở rộng FlashCart dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
FlashCart helps you to grab your favorite product in Flash sale by exclusively adding an add-to-cart switch on the Sale Page. - Works on Flipkart, Amazon, Realme store and all other major sites - Auto checkout options available for Flipkart. - Doubles the size of COD captcha for ease to read. - Watch video for more information on how to use.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FlashCart |
ID | behajodknfkalocmakpbpapalblbinok |
URL Chính Thức | https://chromewebstore.google.com/detail/flashcart/behajodknfkalocmakpbpapalblbinok |
Mô tả | A tool to help you in Flipkart, Amazon, Realme Flash Sale, Auto buy, Auto checkout features built-in. |
Kích Thước Tệp | 372 KB |
Số Lần Cài Đặt | 10,301 |
Phiên Bản Hiện Tại | 2.3.3 |
Cập Nhật Lần Cuối | 2023-10-13 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 3.54/5 Tổng số 125 Đánh Giá |
Nhà Phát Triển | https://flashcart.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://flashcart.in |
URL Trang Trợ Giúp | https://t.me/flashcart_chrome |
URL Trang Chính Sách Bảo Mật | https://dealyaari.com/flashcart/PrivacyPolicy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FlashCart", "short_name": "FlashCart", "version": "2.3.3", "author": "Chetan Kaul", "description": "A tool to help you in Flipkart, Amazon, Realme Flash Sale, Auto buy, Auto checkout features built-in.", "homepage_url": "https:\/\/flashcart.in", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Flashcart \u26a1" }, "content_scripts": [ { "matches": [ "*:\/\/www.oneplus.in\/*" ], "js": [ "jquery-2.0.1.min.js", "site_access\/oplus\/layout.js", "site_access\/oplus\/content.js" ] }, { "matches": [ "*:\/\/mallapi.oneplus.in\/*" ], "js": [ "jquery-2.0.1.min.js", "site_access\/oplus\/api_layout.js", "site_access\/oplus\/api_content.js" ] }, { "matches": [ "*:\/\/shop.vivo.com\/in\/product*" ], "js": [ "jquery-2.0.1.min.js", "site_access\/vivo\/layout.js", "site_access\/vivo\/content.js" ] }, { "matches": [ "*:\/\/shop.vivo.com\/in\/flash\/*" ], "js": [ "jquery-2.0.1.min.js", "site_access\/vivo\/api_layout.js", "site_access\/vivo\/api_content.js" ] }, { "matches": [ "*:\/\/*.mi.com\/*", "*:\/\/*.oppo.com\/*", "*:\/\/*.vivo.com\/*", "*:\/\/*.realme.com\/*", "*:\/\/*.croma.com\/*\/p\/*", "*:\/\/*.oneplus.in\/*", "*:\/\/*.ajio.com\/*\/p\/*", "*:\/\/*.nykaa.com\/*\/p\/*", "*:\/\/mamaearth.in\/product\/*", "*:\/\/*.myntra.com\/*\/buy*" ], "js": [ "jquery-2.0.1.min.js", "site_access\/default\/rd.js" ] }, { "matches": [ "*:\/\/www.mi.com\/in\/product*", "*:\/\/store.mi.com\/in\/item\/*" ], "js": [ "jquery-2.0.1.min.js", "site_access\/mi\/mi_layout.js", "site_access\/mi\/mi_content.js" ] }, { "matches": [ "*:\/\/in-go.buy.mi.com\/in\/buy\/product*" ], "js": [ "jquery-2.0.1.min.js", "site_access\/mi\/mi_api_layout.js", "site_access\/mi\/mi_api_content.js" ] }, { "matches": [ "*:\/\/buy.realme.com\/in\/goods\/*" ], "js": [ "jquery-2.0.1.min.js", "site_access\/realme\/realme_layout.js", "site_access\/realme\/realme_content.js" ] }, { "matches": [ "*:\/\/api.realme.com\/in\/goods\/*" ], "js": [ "jquery-2.0.1.min.js", "site_access\/realme\/realme_api_layout.js", "site_access\/realme\/realme_api_content.js" ] }, { "matches": [ "*:\/\/www.oppo.com\/in\/product\/*" ], "js": [ "jquery-2.0.1.min.js", "site_access\/oppo\/oppo_layout.js", "site_access\/oppo\/oppo_content.js" ] }, { "matches": [ "*:\/\/www.oppo.com\/flash\/*" ], "js": [ "jquery-2.0.1.min.js", "site_access\/oppo\/oppo_api_layout.js", "site_access\/oppo\/oppo_api_content.js" ] }, { "matches": [ "*:\/\/*.flipkart.com\/*\/p\/*" ], "js": [ "firebase-app.js", "firebase-database.js", "jquery-2.0.1.min.js", "flipkart_layout.js", "flipkart_content.js" ] }, { "matches": [ "*:\/\/*.flipkart.com\/*error*", "*:\/\/*.flipkart.com\/viewcart" ], "js": [ "fk_redirect.js" ] }, { "matches": [ "*:\/\/*.flipkart.com\/checkout\/*flash" ], "js": [ "jquery-2.0.1.min.js", "flipkart_checkout.js" ] }, { "matches": [ "*:\/\/*.flipkart.com\/payments?advance_payment*" ], "js": [ "jquery-2.0.1.min.js", "flipkart_advance.js" ] }, { "matches": [ "*:\/\/www.amazon.in\/*" ], "js": [ "jquery-2.0.1.min.js", "amazon_goldbox.js", "amz_checkout.js" ], "css": [ "amazon_goldbox_layout.css" ] }, { "matches": [ "*:\/\/store.amazon.in\/*" ], "js": [ "jquery-2.0.1.min.js", "amazon_store_goldbox.js" ], "css": [ "amazon_goldbox_layout.css" ] } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.flipkart.com\/*" ], "web_accessible_resources": [ { "resources": [ "\/sounds\/checkout.mp3", "\/sounds\/captcha.mp3" ], "matches": [ "*:\/\/*.flipkart.com\/*", "*:\/\/*.oppo.com\/*", "*:\/\/*.realme.com\/*", "*:\/\/*.mi.com\/*", "*:\/\/*.oneplus.in\/*", "*:\/\/shop.vivo.com\/*", "*:\/\/api.croma.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' wss:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/dealyaari.com;" } } |