Color Changer for Facebook™

Easily choose your desired color for Facebook!

ما هو Color Changer for Facebook™؟

Color Changer for Facebook™ هو إضافة Chrome تم تطويرها بواسطة loora، والميزة الرئيسية لها هي "Easily choose your desired color for Facebook!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Color Changer for Facebook™

قم بتنزيل ملفات الامتداد Color Changer for Facebook™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Color Changer for Facebook™ is an addon that lets you easily change colors for Facebook. 

Important: Facebook is a registered trademark of Facebook Inc. in the United States and other countries. This add-on is an independent project which is developed by the author and has NO relationship to Facebook™ or Facebook Inc.

To work with this add-on, simply open the toolbar popup UI and choose or make your desired color. Please note that the default color is purple. You can either click on the color panel at the bottom of the popup or change the color slider to make your color. Also note that when the Facebook page is open, the color slider changes the colors smoothly. Simply move the slider to the left or right and stop whenever you see your favorite color. All changes in the toolbar popup are auto-saved to the memory.

If you found a bug to report, or have a feature request, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/color-changer-facebook.html).                    

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

الاسم Color Changer for Facebook™ Color Changer for Facebook™
ID hkpafgdpfhanlmmpheijfnlhhnpbgmem
عنوان URL الرسمي https://chromewebstore.google.com/detail/color-changer-for-faceboo/hkpafgdpfhanlmmpheijfnlhhnpbgmem
الوصف Easily choose your desired color for Facebook!
حجم الملف 79.28 KB
عدد التثبيتات 1,226
النسخة الحالية 0.1.3
آخر تحديث 2023-12-05
تاريخ النشر 2018-07-07
تقييم 3.67/5 مجموع تقييمات 3
المطور loora
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://mybrowseraddon.com/color-changer-facebook.html
عنوان صفحة المساعدة https://mybrowseraddon.com/color-changer-facebook.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "name": "Color Changer for Facebook\u2122",
    "description": "Easily choose your desired color for Facebook!",
    "homepage_url": "https:\/\/mybrowseraddon.com\/color-changer-facebook.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Color Changer for Facebook\u2122",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}