Kill Duplicate
Official Kill Duplicate Extension
What is Kill Duplicate?
Kill Duplicate is a Chrome extension developed by https://www.killduplicate.com, and its main feature is "Official Kill Duplicate Extension".
Extension Screenshots
Download Kill Duplicate Extension CRX File
Download Kill Duplicate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Kill Duplicate |
ID | ejdabaefkdkkpgbfkfngdginepppfdbk |
Official URL | https://chromewebstore.google.com/detail/kill-duplicate/ejdabaefkdkkpgbfkfngdginepppfdbk |
Description | Official Kill Duplicate Extension |
File Size | 140 KB |
Installation Count | 80 |
Current Version | 0.6 |
Last Updated | 2023-07-25 |
Publish Date | 2022-05-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.killduplicate.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.killduplicate.com/ |
Help Page URL | https://app.killduplicate.com/en/contact |
Privacy Policy Page URL | https://www.killduplicate.com/fr/terms-of-service |
Supported Languages | 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\/*" ] } } |