Kill Duplicate

Official Kill Duplicate Extension

Kill Duplicate란 무엇입니까?

Kill Duplicate은(는) https://www.killduplicate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Official Kill Duplicate Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Kill Duplicate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows you to analyze your web pages to detect sites that copy your content.
It also allows you to automate the removal requests (DMCA complaints) of duplicated or plagiarized contents concerning your web pages.                    

확장 프로그램 기본 정보

이름 Kill Duplicate Kill Duplicate
ID ejdabaefkdkkpgbfkfngdginepppfdbk
공식 URL https://chromewebstore.google.com/detail/kill-duplicate/ejdabaefkdkkpgbfkfngdginepppfdbk
설명 Official Kill Duplicate Extension
파일 크기 140 KB
설치 횟수 80
현재 버전 0.6
최근 업데이트 2023-07-25
출시 날짜 2022-05-22
평점 5.00/5 총 1 개의 평점
개발자 https://www.killduplicate.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.killduplicate.com/
도움말 페이지 URL https://app.killduplicate.com/en/contact
개인정보 보호 정책 페이지 URL https://www.killduplicate.com/fr/terms-of-service
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kill Duplicate",
    "description": "Official Kill Duplicate Extension",
    "version": "0.6",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "\/src\/config\/options.html",
    "icons": {
        "16": "\/src\/img\/kd16.png",
        "32": "\/src\/img\/kd32.png",
        "48": "\/src\/img\/kd48.png",
        "128": "\/src\/img\/kd128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/src\/img\/kd16.png",
            "32": "\/src\/img\/kd32.png",
            "48": "\/src\/img\/kd48.png",
            "128": "\/src\/img\/kd128.png"
        }
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.killduplicate.com\/*"
        ]
    }
}