Simple Facebook Customizer
Customize Facebook any way you want
Simple Facebook Customizer là gì?
Simple Facebook Customizer là một tiện ích mở rộng Chrome được phát triển bởi Dawid Sobotka, và tính năng chính của nó là "Customize Facebook any way you want".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simple Facebook Customizer
Tải xuống các tệp mở rộng Simple Facebook Customizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Change default Facebook look with any combination of either custom defined or predefined settings. Hiding various bars, notifications, messages and more! Remove elements that bother you or you simply don't like the look of them. Need was the mother of this extension - installing an extension and simply checking wanted toggles is way easier than editing browser custom CSS's every time you want to make persistent stylesheet for a website - in this case Facebook. Feedback highly appreciated, ideas or requests for any features will be taken into account and maybe implemented in the near future.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple Facebook Customizer |
ID | lggklkfbhcbpdighlgjicacbddhjabni |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-facebook-customize/lggklkfbhcbpdighlgjicacbddhjabni |
Mô tả | Customize Facebook any way you want |
Kích Thước Tệp | 80.9 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.5.1 |
Cập Nhật Lần Cuối | 2023-03-20 |
Ngày Phát Hành | 2022-02-01 |
Nhà Phát Triển | Dawid Sobotka |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sobekcore/simple-facebook-customizer |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Facebook Customizer", "description": "Customize Facebook any way you want", "manifest_version": 3, "version": "0.5.1", "permissions": [ "storage", "tabs" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "packages\/popup\/dist\/popup.html", "default_title": "Simple Facebook Customizer", "default_icon": { "16": "icons\/inactive\/16.png", "32": "icons\/inactive\/32.png", "48": "icons\/inactive\/48.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_start", "js": [ "packages\/content\/dist\/content.js" ] } ], "background": { "service_worker": "packages\/background\/dist\/background.js" } } |