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คืออะไร?
FetLife Original Navigation Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย justabitkinky และคุณลักษณะหลักของมันคือ "Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FetLife Original Navigation Bar
ดาวน์โหลดไฟล์ส่วนขยาย FetLife Original Navigation Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FetLife Original Navigation Bar |
ID | icdbegpdcjhhhfhaapajjckcclgkleck |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fetlife-original-navigati/icdbegpdcjhhhfhaapajjckcclgkleck |
คำอธิบาย | Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu. |
ขนาดไฟล์ | 1.59 MB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2012-12-07 |
วันที่เผยแพร่ | 2012-12-06 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | justabitkinky |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } } |