Kill Duplicate

Official Kill Duplicate Extension

Wat is Kill Duplicate?

Kill Duplicate is een Chrome-extensie ontwikkeld door https://www.killduplicate.com, en de belangrijkste functie is "Official Kill Duplicate Extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Kill Duplicate

Download Kill Duplicate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Kill Duplicate Kill Duplicate
ID ejdabaefkdkkpgbfkfngdginepppfdbk
Officiële URL https://chromewebstore.google.com/detail/kill-duplicate/ejdabaefkdkkpgbfkfngdginepppfdbk
Beschrijving Official Kill Duplicate Extension
Bestandsgrootte 140 KB
Aantal Installaties 80
Huidige Versie 0.6
Laatst Bijgewerkt 2023-07-25
Publicatiedatum 2022-05-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.killduplicate.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.killduplicate.com/
Help Pagina-URL https://app.killduplicate.com/en/contact
URL van de Privacybeleid Pagina https://www.killduplicate.com/fr/terms-of-service
Ondersteunde Talen 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\/*"
        ]
    }
}