Revert Site
Revert Site lets you get the old Facebook site design back (for Biz/Fan Pages only)
Revert Siteคืออะไร?
Revert Site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://revertsite.com และคุณลักษณะหลักของมันคือ "Revert Site lets you get the old Facebook site design back (for Biz/Fan Pages only)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Revert Site
ดาวน์โหลดไฟล์ส่วนขยาย Revert Site ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Revert Site lets you get the old Facebook design / layout back (for Biz/Fan Pages and a few other pages too). ---- If you like Revert Site, please Donate to support this project: https://revertsite.com/#donate ---- Revert Site is very quick to install, and very easy to use, it just has a single option, that is turned on by default, so you can just install it and not have to configure anything. However if you wish to temporarily disable Revert Site, you can easily do so by clicking the extension icon, in the browser's extensions toolbar, then un-ticking the "Switch back to the old Facebook design" checkbox. To turn it back on, just re-tick the checkbox. If you can't find the Revert Site (R) button in your extension's toolbar, it may be hidden behind the "Jigsaw puzzle piece" button, so click that and see if its behind there. **** PLEASE NOTE **** Revert Site can only revert Business / Fan Pages, and a few other pages. It can't revert the Newsfeed, Personal Profiles, Events or Group pages. If you find there are any parts of the site that won't work with the Revert option turned on, switch it off while you carry out your tasks, then turn it back on when you have finished to go back to the old site again. ****************************** You can stay up to date with the Revert Site news by liking and following the Revert Site Fan Page at https://fb.com/revertsite BTW Please check out my other extension which works on the new & old Facebook design: FB Purity : https://is.gd/fbpchrome It lets you Clean up and Customize Facebook, hides all the ads & makes Facebook less annoying & more fun to use, having FB Purity installed, also makes Revert Site work better on certain pages of the site.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cdnkbhnblhjdjifeibckehifjocllaja |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/revert-site/cdnkbhnblhjdjifeibckehifjocllaja |
คำอธิบาย | Revert Site lets you get the old Facebook site design back (for Biz/Fan Pages only) |
ขนาดไฟล์ | 38.65 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 12.6.5 |
อัปเดตครั้งล่าสุด | 2021-04-17 |
วันที่เผยแพร่ | 2020-09-10 |
คะแนน | 4.24/5 รวมทั้งหมด 936 คะแนน |
ผู้พัฒนา | http://revertsite.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://revertsite.com |
URL หน้าช่วยเหลือ | https://revertsite.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.fbpurity.com/privacy.htm |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [ "https:\/\/www.facebook.com\/api\/*", "https:\/\/www.facebook.com\/plugins\/*", "https:\/\/www.facebook.com\/*\/plugins\/*", "http:\/\/developers.facebook.com\/*", "https:\/\/developers.facebook.com\/*", "https:\/\/www.facebook.com\/ads\/manager*", "https:\/\/www.facebook.com\/adsmanager*" ], "include_globs": [ "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "js": [ "script.js" ], "css": [ "css.css" ], "matches": [ "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "run_at": "document_start", "all_frames": true } ], "browser_action": { "default_icon": { "48": "RS48x48.png" }, "default_popup": "info.html", "default_title": "Revert Site" }, "permissions": [ "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "256": "RS256x256.png", "128": "RS128x128.png", "48": "RS48x48.png", "16": "RS16x16.png" }, "web_accessible_resources": [ "RS48x48.png" ], "name": "Revert Site", "short_name": "Revert Site", "description": "Revert Site lets you get the old Facebook site design back (for Biz\/Fan Pages only)", "version": "12.6.5", "homepage_url": "https:\/\/revertsite.com", "author": "Steve Fernandez" } |