Kill Duplicate

Official Kill Duplicate Extension

Vad är Kill Duplicate?

Kill Duplicate är en Chrome-tillägg utvecklad av https://www.killduplicate.com, och dess huvudfunktion är "Official Kill Duplicate Extension".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Kill Duplicate-förlängningens CRX-fil

Ladda ner Kill Duplicate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Kill Duplicate Kill Duplicate
ID ejdabaefkdkkpgbfkfngdginepppfdbk
Officiell webbadress https://chromewebstore.google.com/detail/kill-duplicate/ejdabaefkdkkpgbfkfngdginepppfdbk
Beskrivning Official Kill Duplicate Extension
Filstorlek 140 KB
Antal Installationer 80
Aktuell Version 0.6
Senast Uppdaterad 2023-07-25
Publiceringsdatum 2022-05-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.killduplicate.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.killduplicate.com/
Hjälpsida URL https://app.killduplicate.com/en/contact
URL till Sekretesspolicy Sidan https://www.killduplicate.com/fr/terms-of-service
Stödda Språk 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\/*"
        ]
    }
}