UnlikeForever
Removes the ability to like things on facebook.
UnlikeForeverคืออะไร?
UnlikeForever เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uduran12 และคุณลักษณะหลักของมันคือ "Removes the ability to like things on facebook."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UnlikeForever
ดาวน์โหลดไฟล์ส่วนขยาย UnlikeForever ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Removes the like button from facebook on Chrome. If you've ever accidentally liked something on facebook that you shouldnt have and have absolutely no self-control when it comes to likes. Then this is the extension for you!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
คำอธิบาย | Removes the ability to like things on facebook. |
ขนาดไฟล์ | 5.52 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-10-30 |
วันที่เผยแพร่ | 2017-10-30 |
ผู้พัฒนา | uduran12 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UnlikeForever", "version": "1.1", "description": "Removes the ability to like things on facebook.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ] } |