Kill Duplicate

Official Kill Duplicate Extension

Was ist Kill Duplicate?

Kill Duplicate ist eine Chrome-Erweiterung, die von https://www.killduplicate.com entwickelt wurde, und ihr Hauptmerkmal ist "Official Kill Duplicate Extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Kill Duplicate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kill Duplicate-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Kill Duplicate Kill Duplicate
ID ejdabaefkdkkpgbfkfngdginepppfdbk
Offizielle URL https://chromewebstore.google.com/detail/kill-duplicate/ejdabaefkdkkpgbfkfngdginepppfdbk
Beschreibung Official Kill Duplicate Extension
Dateigröße 140 KB
Installationsanzahl 80
Aktuelle Version 0.6
Letztes Update 2023-07-25
Veröffentlichungsdatum 2022-05-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.killduplicate.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.killduplicate.com/
Hilfeseite URL https://app.killduplicate.com/en/contact
URL der Datenschutzrichtlinien-Seite https://www.killduplicate.com/fr/terms-of-service
Unterstützte Sprachen 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\/*"
        ]
    }
}