옥토크롬 아마존

쿠대 아마존 상품 수집기

Hvad er 옥토크롬 아마존?

옥토크롬 아마존 er en Chrome-udvidelse udviklet af https://coudae.kr, og dens hovedfunktion er "쿠대 아마존 상품 수집기".

Udvidelsesskærmbilleder

screenshot

Download 옥토크롬 아마존-udvidelses-CRX-fil

Download 옥토크롬 아마존-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn 옥토크롬 아마존 옥토크롬 아마존
ID cgpmhhgepbfkmcmkljkcamlippafedmc
Officiel 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
Beskrivelse 쿠대 아마존 상품 수집기
Filstørrelse 996 KB
Antal Installationer 2,975
Nuværende Version 1.1.3
Senest Opdateret 2023-08-31
Udgivelsesdato 2022-07-12
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://coudae.kr
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://coudae.kr
Hjælpeside-URL https://coudae.kr
URL til Fortrolighedspolitik Side https://www.coudae.kr/privacy.html
Understøttede Sprog 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\/*"
            ]
        }
    ]
}