Buy Fast 🔥
Just Tap! on Buy Fast🔥button to buy the product faster than anyone.
Buy Fast 🔥란 무엇입니까?
Buy Fast 🔥은(는) Gaurav Kushwaha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just Tap! on Buy Fast🔥button to buy the product faster than anyone."입니다.
확장 프로그램 스크린샷
Buy Fast 🔥 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will auto-buy your Amazon product for you. 🔥
✅ Tap Buy Fast Button and your Amazon product is ordered automatically.
💡Join our Deals channel: https://t.me/ambhedeals
Version 1.3.2
◾ AutoBuy Feature Added
Version 1.2.4:
◾ Made more faster ⚡
Version 1.2 :
◾Add Amazon Business Fast buy support
◾Fixed and Add Support for Prime Sale Add to cart
⚡Feel free to review and write your thoughts on this tool.
See you again 😁
Insta: ravvkush 확장 프로그램 기본 정보
| 이름 | |
| ID | mgfjhemcdajioedmohajjeanpkdeilll |
| 공식 URL | https://chromewebstore.google.com/detail/buy-fast-%F0%9F%94%A5/mgfjhemcdajioedmohajjeanpkdeilll |
| 설명 | Just Tap! on Buy Fast🔥button to buy the product faster than anyone. |
| 파일 크기 | 16.66 KB |
| 설치 횟수 | 300 |
| 현재 버전 | 1.3.2 |
| 최근 업데이트 | 2023-05-01 |
| 출시 날짜 | 2022-07-16 |
| 평점 | 5.00/5 총 4 개의 평점 |
| 개발자 | Gaurav Kushwaha |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"custom_script.js"
],
"matches": [
"https:\/\/www.amazon.in\/*",
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.ca\/*",
"https:\/\/www.amazon.co.uk\/*",
"https:\/\/www.amazon.com.au\/*",
"https:\/\/www.amazon.fr\/*",
"https:\/\/www.amazon.de\/*",
"https:\/\/www.amazon.cn\/*",
"https:\/\/www.amazon.co.jp\/",
"https:\/\/www.amazon.it\/",
"https:\/\/www.amazon.es\/",
"https:\/\/www.amazon.com.mx\/"
],
"run_at": "document_end"
}
],
"description": "Just Tap! on Buy Fast\ud83d\udd25button to buy the product faster than anyone.",
"icons": {
"128": "icon.png",
"48": "icon.png",
"16": "icon.png"
},
"author": "Gaurav Kushwaha",
"manifest_version": 3,
"name": "Buy Fast \ud83d\udd25 ",
"permissions": [
"tabs"
],
"version": "1.3.2"
} | |