옥토크롬 아마존
쿠대 아마존 상품 수집기
옥토크롬 아마존คืออะไร?
옥토크롬 아마존 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coudae.kr และคุณลักษณะหลักของมันคือ "쿠대 아마존 상품 수집기"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 옥토크롬 아마존
ดาวน์โหลดไฟล์ส่วนขยาย 옥토크롬 아마존 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
옥토크롬 아마존 버전입니다. 쿠대 유료 사용자를 위한 프로그램입니다. 자세한 설명은 홈페이지를 참고하세요
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 옥토크롬 아마존 |
ID | cgpmhhgepbfkmcmkljkcamlippafedmc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%EC%98%A5%ED%86%A0%ED%81%AC%EB%A1%AC-%EC%95%84%EB%A7%88%EC%A1%B4/cgpmhhgepbfkmcmkljkcamlippafedmc |
คำอธิบาย | 쿠대 아마존 상품 수집기 |
ขนาดไฟล์ | 996 KB |
จำนวนการติดตั้ง | 2,975 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2023-08-31 |
วันที่เผยแพร่ | 2022-07-12 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://coudae.kr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://coudae.kr |
URL หน้าช่วยเหลือ | https://coudae.kr |
URL หน้านโยบายความเป็นส่วนตัว | https://www.coudae.kr/privacy.html |
ภาษาที่รองรับ | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\uc625\ud1a0\ud06c\ub86c \uc544\ub9c8\uc874", "version": "1.1.3", "description": "\ucfe0\ub300 \uc544\ub9c8\uc874 \uc0c1\ud488 \uc218\uc9d1\uae30", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.it\/*" ], "homepage_url": "https:\/\/coudae.kr", "icons": { "16": "\/assets\/coudae128.png", "48": "\/assets\/coudae128.png", "128": "\/assets\/coudae128.png" }, "action": { "default_icon": "\/assets\/coudae128.png", "default_popup": "\/dist\/popup\/index.html" }, "background": { "service_worker": "\/assets\/js\/background.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.amazon.com\/s*", "https:\/\/*.amazon.com\/dp\/*", "https:\/\/*.amazon.com\/*\/dp\/*", "https:\/\/*.amazon.co.jp\/*\/s*", "https:\/\/*.amazon.co.jp\/*\/b*", "https:\/\/*.amazon.co.jp\/*\/dp\/*", "https:\/\/*.amazon.co.jp\/dp\/*", "https:\/\/*.amazon.co.jp\/s*", "https:\/\/*.amazon.co.jp\/*\/en\/*", "https:\/\/*.amazon.co.uk\/b*", "https:\/\/*.amazon.co.uk\/s*", "https:\/\/*.amazon.co.uk\/*\/s*", "https:\/\/*.amazon.co.uk\/*\/b*", "https:\/\/*.amazon.co.uk\/*\/dp\/*", "https:\/\/*.amazon.ca\/dp\/*", "https:\/\/*.amazon.ca\/b*", "https:\/\/*.amazon.ca\/s*", "https:\/\/*.amazon.ca\/*\/dp\/*", "https:\/\/*.amazon.de\/*\/b\/*", "https:\/\/*.amazon.de\/*\/dp\/*", "https:\/\/*.amazon.de\/gp\/*", "https:\/\/*.amazon.de\/b*", "https:\/\/*.amazon.de\/s*", "https:\/\/*.amazon.de\/*\/gp\/*", "https:\/\/*.amazon.de\/dp\/*", "https:\/\/*.amazon.fr\/gp\/*", "https:\/\/*.amazon.fr\/*\/dp\/*", "https:\/\/*.amazon.fr\/s*", "https:\/\/*.amazon.fr\/b*", "https:\/\/*.amazon.it\/gp\/*", "https:\/\/*.amazon.it\/*\/dp\/*", "https:\/\/*.amazon.it\/s*", "https:\/\/*.amazon.it\/dp\/*" ], "js": [ "\/dist\/contentScripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "*.png", "assets\/*.gif", "dist\/contentScripts\/style.css", "assets\/js\/*.js" ], "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.it\/*" ] } ] } |