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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |