Kill Duplicate
Official Kill Duplicate Extension
Kill Duplicate là gì?
Kill Duplicate là một tiện ích mở rộng Chrome được phát triển bởi https://www.killduplicate.com, và tính năng chính của nó là "Official Kill Duplicate Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kill Duplicate
Tải xuống các tệp mở rộng Kill Duplicate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kill Duplicate |
ID | ejdabaefkdkkpgbfkfngdginepppfdbk |
URL Chính Thức | https://chromewebstore.google.com/detail/kill-duplicate/ejdabaefkdkkpgbfkfngdginepppfdbk |
Mô tả | Official Kill Duplicate Extension |
Kích Thước Tệp | 140 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2023-07-25 |
Ngày Phát Hành | 2022-05-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.killduplicate.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.killduplicate.com/ |
URL Trang Trợ Giúp | https://app.killduplicate.com/en/contact |
URL Trang Chính Sách Bảo Mật | https://www.killduplicate.com/fr/terms-of-service |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |