OldTimeline
OldTimeline.Com return old the facebook timeline!
OldTimelineคืออะไร?
OldTimeline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.oldtimeline.com และคุณลักษณะหลักของมันคือ "OldTimeline.Com return old the facebook timeline!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OldTimeline
ดาวน์โหลดไฟล์ส่วนขยาย OldTimeline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
OldTimeline.Com Get back the old 2012 timeline facebook OldTimeline is a browser extension to remove the new timeline design (2013). OldTimeline tries to rebuild the old timeline (2012) replacing information boxes in their original position. Posts will have greater importance and will occupy one single column, timeline will therefore be much more readable.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OldTimeline |
ID | bmpbodnmnmflnaikdmjnbaeobdihlpbh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/oldtimeline/bmpbodnmnmflnaikdmjnbaeobdihlpbh |
คำอธิบาย | OldTimeline.Com return old the facebook timeline! |
ขนาดไฟล์ | 46.08 KB |
จำนวนการติดตั้ง | 124 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2013-06-26 |
วันที่เผยแพร่ | 2013-06-26 |
คะแนน | 2.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://www.oldtimeline.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OldTimeline", "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/*.facebook.com\/*", "storage" ], "version": "0.2", "icons": { "128": "icon128.png", "48": "icon48.png" }, "manifest_version": 2, "description": "OldTimeline.Com return old the facebook timeline!", "content_scripts": [ { "all_frames": true, "js": [ "page.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ] } |