FetLife Original Navigation Bar
Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.
FetLife Original Navigation Bar là gì?
FetLife Original Navigation Bar 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à "Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.".
Ả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 FetLife Original Navigation Bar
Tải xuống các tệp mở rộng FetLife Original Navigation Bar 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
* Optionally add a K&P button to navigation bar. Note: a newer extension has been created with additional options to customize FetLife. Find Custom Fetlife here: http://tinyurl.com/almwwsc
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FetLife Original Navigation Bar |
ID | icdbegpdcjhhhfhaapajjckcclgkleck |
URL Chính Thức | https://chromewebstore.google.com/detail/fetlife-original-navigati/icdbegpdcjhhhfhaapajjckcclgkleck |
Mô tả | Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu. |
Kích Thước Tệp | 1.59 MB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2012-12-07 |
Ngày Phát Hành | 2012-12-06 |
Đánh Giá | 4.00/5 Tổng số 4 Đá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": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "FetLife Original Navigation Bar", "manifest_version": 2, "version": "1.2", "description": "Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.", "content_scripts": [ { "matches": [ "https:\/\/fetlife.com\/*", "https:\/\/www.fetlife.com\/*" ], "js": [ "jquery.js", "fl.js" ] } ], "options_page": "options.html", "background": { "scripts": [ "bg.js" ] } } |