Kill Duplicate
Official Kill Duplicate Extension
Kill Duplicateคืออะไร?
Kill Duplicate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.killduplicate.com และคุณลักษณะหลักของมันคือ "Official Kill Duplicate Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kill Duplicate
ดาวน์โหลดไฟล์ส่วนขยาย Kill Duplicate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kill Duplicate |
ID | ejdabaefkdkkpgbfkfngdginepppfdbk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kill-duplicate/ejdabaefkdkkpgbfkfngdginepppfdbk |
คำอธิบาย | Official Kill Duplicate Extension |
ขนาดไฟล์ | 140 KB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2023-07-25 |
วันที่เผยแพร่ | 2022-05-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.killduplicate.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.killduplicate.com/ |
URL หน้าช่วยเหลือ | https://app.killduplicate.com/en/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.killduplicate.com/fr/terms-of-service |
ภาษาที่รองรับ | 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\/*" ] } } |