Custom Fetlife

Customize FetLife interface.

Custom Fetlifeคืออะไร?

Custom Fetlife เป็นส่วนขยายของ Chrome ที่พัฒนาโดย justabitkinky และคุณลักษณะหลักของมันคือ "Customize FetLife interface."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Fetlife

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}