Facebook Menu bar fix position

This extension will force the menu bar to position fix at the top.

ما هو Facebook Menu bar fix position؟

Facebook Menu bar fix position هو إضافة Chrome تم تطويرها بواسطة devkitz، والميزة الرئيسية لها هي "This extension will force the menu bar to position fix at the top.".

تحميل ملف CRX للإضافة Facebook Menu bar fix position

قم بتنزيل ملفات الامتداد Facebook Menu bar fix position بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Facebook Menu bar fix position Facebook Menu bar fix position
ID lbgidkjfiecnjfpccdjbciifcibgbala
عنوان URL الرسمي https://chrome.google.com/webstore/detail/facebook-menu-bar-fix-pos/lbgidkjfiecnjfpccdjbciifcibgbala
الوصف This extension will force the menu bar to position fix at the top.
حجم الملف 4.92 KB
عدد التثبيتات 30
النسخة الحالية 1.0
آخر تحديث 2014-07-25
تاريخ النشر 2014-07-25
تقييم 5.00/5 مجموع تقييمات 2
المطور devkitz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Facebook Menu bar fix position",
    "description": "This extension will force the menu bar to position fix at the top.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "mystyle.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}