facebook-plus
Make facebook more productive
facebook-plusคืออะไร?
facebook-plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย briancruddy และคุณลักษณะหลักของมันคือ "Make facebook more productive"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย facebook-plus
ดาวน์โหลดไฟล์ส่วนขยาย facebook-plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
IT folks rejoice! Make your employees more productive at work by blocking facebook messenger. Well, technically, instead of blocking it you're just removing the chat dialog from the DOM but it accomplishes the same goal.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | facebook-plus |
ID | onhfdclbcdgieckfajmjfelmgkjeckbj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/facebook-plus/onhfdclbcdgieckfajmjfelmgkjeckbj |
คำอธิบาย | Make facebook more productive |
ขนาดไฟล์ | 3.13 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-08-26 |
วันที่เผยแพร่ | 2016-08-26 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | briancruddy |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "facebook-plus", "description": "Make facebook more productive", "version": "1.2", "permissions": [ "https:\/\/www.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "facebook-plus.js" ] } ] } |