Custom Fetlife
Customize FetLife interface.
Custom Fetlife là gì?
Custom Fetlife là một tiện ích mở rộng Chrome được phát triển bởi justabitkinky, và tính năng chính của nó là "Customize FetLife interface.".
Ả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 Custom Fetlife
Tải xuống các tệp mở rộng Custom Fetlife 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
Customize elements of FetLife.com * Automatically navigate to login page when visiting fetlife.com homepage. * Remove the large Kinky&Popular button from the navigation bar. - Also removes links from sub menu. * Add a small K&P button to end of navigation links. * Enable a default view filter for the Kinky & Popular page. * Add link to group discussion page to scroll to last post. * Add link to group discussion page to navigate to last page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Custom Fetlife |
ID | ghecallpffajppnpkallggejgcjiohcm |
URL Chính Thức | https://chromewebstore.google.com/detail/custom-fetlife/ghecallpffajppnpkallggejgcjiohcm |
Mô tả | Customize FetLife interface. |
Kích Thước Tệp | 39.93 KB |
Số Lần Cài Đặt | 146 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-03-04 |
Ngày Phát Hành | 2016-03-04 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | justabitkinky |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Fetlife", "version": "1.2", "manifest_version": 2, "description": "Customize FetLife interface.", "content_scripts": [ { "matches": [ "https:\/\/fetlife.com\/*", "https:\/\/www.fetlife.com\/*" ], "js": [ "jquery.js", "fl.js" ] } ], "options_page": "options.html", "background": { "scripts": [ "bg.js" ] }, "permissions": [ "tabs" ] } |