DTF User Remarks
Mark users so you never forget what they have done
DTF User Remarksคืออะไร?
DTF User Remarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Kozlov และคุณลักษณะหลักของมันคือ "Mark users so you never forget what they have done"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DTF User Remarks
ดาวน์โหลดไฟล์ส่วนขยาย DTF User Remarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sometimes it's hard to keep in memory all your haters, so with power of this extension you can mark them and dislike all their comment you come across.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DTF User Remarks |
ID | hdmglebiilojhbhgjefeodhkniapjjhm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dtf-user-remarks/hdmglebiilojhbhgjefeodhkniapjjhm |
คำอธิบาย | Mark users so you never forget what they have done |
ขนาดไฟล์ | 489 KB |
จำนวนการติดตั้ง | 96 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2022-11-28 |
วันที่เผยแพร่ | 2021-08-29 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Mike Kozlov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Mark users so you never forget what they have done", "version": "0.1.1", "manifest_version": 3, "name": "DTF User Remarks", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/dtf.ru\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/dtf.ru\/" ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |