AmazonX - Amazon Auto Buy Flash Sale
Amazon Auto Buy Flash Sales and Lightning Deals!
AmazonX - Amazon Auto Buy Flash Sale란 무엇입니까?
AmazonX - Amazon Auto Buy Flash Sale은(는) AmazonX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon Auto Buy Flash Sales and Lightning Deals!"입니다.
확장 프로그램 스크린샷
AmazonX - Amazon Auto Buy Flash Sale 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you are not able to buy your phone in flash sales of Amazon.in, this extension is for you. This extension helps you in adding to cart flash sales phones in Amazon, which usually gets stock out within seconds. It greatly increases your chances to order your phone in such flash sales. You can use this extension to buy: 1. Any Lightning Deals 2. Redmi Note 9 Pro 3. Redmi Note 9 4. Redmi 9A 5. Redmi 9 Prime 6. and all other flash sales or lightning deals available on Amazon.
확장 프로그램 기본 정보
이름 | AmazonX - Amazon Auto Buy Flash Sale |
ID | pnofcnlpjjaokfaledcnachpkmmffilm |
공식 URL | https://chromewebstore.google.com/detail/amazonx-amazon-auto-buy-f/pnofcnlpjjaokfaledcnachpkmmffilm |
설명 | Amazon Auto Buy Flash Sales and Lightning Deals! |
파일 크기 | 71.98 KB |
설치 횟수 | 177 |
현재 버전 | 1.32 |
최근 업데이트 | 2020-11-03 |
출시 날짜 | 2020-11-02 |
개발자 | AmazonX |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/privacypolicy-autobuy/home |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "OneSignal.js", "context.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "AmazonX Auto Buy Flash Sale" }, "content_scripts": [ { "js": [ "\/inject\/amazon.js" ], "matches": [ "https:\/\/www.amazon.in\/*cwactive*" ], "run_at": "document_end" } ], "description": "Amazon Auto Buy Flash Sales and Lightning Deals!", "homepage_url": "http:\/\/www.com", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "AmazonX - Amazon Auto Buy Flash Sale", "permissions": [ "contextMenus", "activeTab", "notifications", "storage", "gcm", "identity" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.32", "web_accessible_resources": [ "48.png", "logo.png" ] } |