FacebookOldLayout
Công cụ chuyển đổi giao diện facebook mới về giao diện cũ
What is FacebookOldLayout?
FacebookOldLayout is a Chrome extension developed by nuke.vn, and its main feature is "Công cụ chuyển đổi giao diện facebook mới về giao diện cũ".
Extension Screenshots
Download FacebookOldLayout Extension CRX File
Download FacebookOldLayout extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Công cụ chuyển đổi giao diện facebook mới theo phong cách giao diện facebook cũ
Extension Basic Information
Name | FacebookOldLayout |
ID | gnklcijclemdlllfmlonfbaoampbiiee |
Official URL | https://chrome.google.com/webstore/detail/facebookoldlayout/gnklcijclemdlllfmlonfbaoampbiiee |
Description | Công cụ chuyển đổi giao diện facebook mới về giao diện cũ |
File Size | 37.53 KB |
Installation Count | 435 |
Current Version | 4.1 |
Last Updated | 2020-10-25 |
Publish Date | 2020-10-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | nuke.vn |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/nukevietpro |
Help Page URL | https://www.facebook.com/nukevietpro |
Supported Languages | vi |
manifest.json | |
{ "author": "Dang Dinh Tu", "browser_action": { "default_icon": "images\/icon.png" }, "content_scripts": [ { "all_frames": false, "js": [ "fixID.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" }, { "all_frames": false, "css": [ "toolbar.css" ], "js": [ "toolbar.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_end" } ], "description": "C\u00f4ng c\u1ee5 chuy\u1ec3n \u0111\u1ed5i giao di\u1ec7n facebook m\u1edbi v\u1ec1 giao di\u1ec7n c\u0169", "homepage_url": "https:\/\/www.facebook.com\/nukevietpro", "icons": { "128": "images\/icon.png" }, "manifest_version": 2, "name": "FacebookOldLayout", "permissions": [ "https:\/\/*.facebook.com\/*" ], "short_name": "FacebookOld", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.1" } |