Layout Switcher for Facebook
Switch From New Facebook Layout Back to Old Facebook Layout in a Simple Click!
什麼是Layout Switcher for Facebook?
Layout Switcher for Facebook是由http://fblayoutswitcher.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Switch From New Facebook Layout Back to Old Facebook Layout in a Simple Click!”。
擴展截圖
下載Layout Switcher for Facebook擴展crx文件
下載Layout Switcher for Facebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Switch Back from New Facebook Layout to Old Version Classic Facebook. Convert the new Facebook layout to the old Facebook layout in a simple click and secure. Update Logs: - Versions 3.0.3: update extensions permissions - Versions 3.0.1: update error on browser agents - Versions 2.0.0: switch to old layout with browser agents For us it's important to say that we are not related in any way to Facebook which is a registered trademark of Facebook Inc., registered in the US and other countries. We are neither endorsed nor affiliated with but rather are an independent group of developers. If you find any bugs or have other questions please don't hesitate to contact us via our contact email. In case you have questions regarding your privacy, please check out our privacy policy.
擴展基本資訊
名稱 | |
ID | mfblmhhbadopmchemopfhnonbljgoeoa |
官方網址 | https://chrome.google.com/webstore/detail/layout-switcher-for-faceb/mfblmhhbadopmchemopfhnonbljgoeoa |
簡介 | Switch From New Facebook Layout Back to Old Facebook Layout in a Simple Click! |
檔案大小 | 57.06 KB |
安裝次數 | 985 |
目前版本 | 3.0.3 |
更新時間 | 2020-11-05 |
上架時間 | 2020-10-22 |
評分 | 2.00/5 共 23 次評分 |
開發者 | http://fblayoutswitcher.blogspot.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://fblayoutswitcher.blogspot.com |
說明頁面URL | https://fblayoutswitcher.blogspot.com |
隱私政策頁面URL | https://fblayoutswitcher.blogspot.com/p/1-privacy-policy-chromium-extension.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Switch From New Facebook Layout Back to Old Facebook Layout in a Simple Click!", "manifest_version": 2, "name": "Layout Switcher for Facebook", "author": "ProDev", "version": "3.0.3", "homepage_url": "https:\/\/fblayoutswitcher.blogspot.com\/", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Switch Back to Old Facebook Layout" }, "permissions": [ "activeTab", "*:\/\/*.facebook.com\/*" ], "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "web_accessible_resources": [ "index.html" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/jquery.js", "js\/index.js" ], "css": [ "css\/index.css" ], "all_frames": true, "run_at": "document_start" } ] } |