옥토크롬 아마존

쿠대 아마존 상품 수집기

Was ist 옥토크롬 아마존?

옥토크롬 아마존 ist eine Chrome-Erweiterung, die von https://coudae.kr entwickelt wurde, und ihr Hauptmerkmal ist "쿠대 아마존 상품 수집기".

Erweiterungsscreenshots

screenshot

옥토크롬 아마존-Erweiterungs-CRX-Datei herunterladen

Laden Sie 옥토크롬 아마존-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name 옥토크롬 아마존 옥토크롬 아마존
ID cgpmhhgepbfkmcmkljkcamlippafedmc
Offizielle 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
Beschreibung 쿠대 아마존 상품 수집기
Dateigröße 996 KB
Installationsanzahl 2,975
Aktuelle Version 1.1.3
Letztes Update 2023-08-31
Veröffentlichungsdatum 2022-07-12
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://coudae.kr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://coudae.kr
Hilfeseite URL https://coudae.kr
URL der Datenschutzrichtlinien-Seite https://www.coudae.kr/privacy.html
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}