YouDupe
Mark YouTube videos as duplicate
YouDupeคืออะไร?
YouDupe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.youdupe.app และคุณลักษณะหลักของมันคือ "Mark YouTube videos as duplicate"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouDupe
ดาวน์โหลดไฟล์ส่วนขยาย YouDupe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
People re-upload the exact same video on YouTube. YouDupe, through crowd-sourcing, can mark these videos as duplicate and point to the original. This is not a copyright tool. Instead, it helps redirect viewers to the original uploader. New: - Click bait titles can now be changed by suggestions by the community.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouDupe |
ID | koemfgmmbepopkdkgijgmkjanogkokod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youdupe/koemfgmmbepopkdkgijgmkjanogkokod |
คำอธิบาย | Mark YouTube videos as duplicate |
ขนาดไฟล์ | 48.51 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2018-08-04 |
วันที่เผยแพร่ | 2018-08-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.youdupe.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.youdupe.app |
URL หน้าช่วยเหลือ | https://www.youdupe.app/faq |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouDupe", "short_name": "YouDupe", "version": "0.1.2", "description": "Mark YouTube videos as duplicate", "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/www.youtube.com\/*", "activeTab", "https:\/\/api.youdupe.app\/", "storage" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_idle", "css": [ "css\/styles.css" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |