옥토크롬 아마존

쿠대 아마존 상품 수집기

옥토크롬 아마존 là gì?

옥토크롬 아마존 là một tiện ích mở rộng Chrome được phát triển bởi https://coudae.kr, và tính năng chính của nó là "쿠대 아마존 상품 수집기".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 옥토크롬 아마존

Tải xuống các tệp mở rộng 옥토크롬 아마존 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

                        옥토크롬 아마존 버전입니다. 쿠대 유료 사용자를 위한 프로그램입니다. 자세한 설명은 홈페이지를 참고하세요                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 옥토크롬 아마존 옥토크롬 아마존
ID cgpmhhgepbfkmcmkljkcamlippafedmc
URL Chính Thức 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
Mô tả 쿠대 아마존 상품 수집기
Kích Thước Tệp 996 KB
Số Lần Cài Đặt 2,975
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2023-08-31
Ngày Phát Hành 2022-07-12
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://coudae.kr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://coudae.kr
URL Trang Trợ Giúp https://coudae.kr
URL Trang Chính Sách Bảo Mật https://www.coudae.kr/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}