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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
* 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" ] } } |