Custom Fetlife
Customize FetLife interface.
什么是Custom Fetlife?
Custom Fetlife是由justabitkinky开发的Chrome扩展程序,该扩展的主要功能是“Customize FetLife interface.”。
扩展截图
下载Custom Fetlife扩展crx文件
下载Custom Fetlife扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Custom Fetlife |
ID | ghecallpffajppnpkallggejgcjiohcm |
官方URL | https://chromewebstore.google.com/detail/custom-fetlife/ghecallpffajppnpkallggejgcjiohcm |
简介 | Customize FetLife interface. |
文件大小 | 39.93 KB |
安装次数 | 146 |
当前版本 | 1.2 |
更新时间 | 2016-03-04 |
上架时间 | 2016-03-04 |
评分 | 4.00/5 共3次评分 |
开发者 | justabitkinky |
付费类型 | free |
支持的语言 | 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" ] } |