옥토크롬 아마존
쿠대 아마존 상품 수집기
What is 옥토크롬 아마존?
옥토크롬 아마존 is a Chrome extension developed by https://coudae.kr, and its main feature is "쿠대 아마존 상품 수집기".
Extension Screenshots
Download 옥토크롬 아마존 Extension CRX File
Download 옥토크롬 아마존 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
옥토크롬 아마존 버전입니다. 쿠대 유료 사용자를 위한 프로그램입니다. 자세한 설명은 홈페이지를 참고하세요
Extension Basic Information
Name | 옥토크롬 아마존 |
ID | cgpmhhgepbfkmcmkljkcamlippafedmc |
Official 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 |
Description | 쿠대 아마존 상품 수집기 |
File Size | 996 KB |
Installation Count | 2,975 |
Current Version | 1.1.3 |
Last Updated | 2023-08-31 |
Publish Date | 2022-07-12 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://coudae.kr |
[email protected] | |
Payment Type | free |
Extension Website | https://coudae.kr |
Help Page URL | https://coudae.kr |
Privacy Policy Page URL | https://www.coudae.kr/privacy.html |
Supported Languages | 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\/*" ] } ] } |