Pink background

This extension allows the users to change the background in pink color of the current page.

ما هو Pink background؟

Pink background هو إضافة Chrome تم تطويرها بواسطة https://dierezepte.com، والميزة الرئيسية لها هي "This extension allows the users to change the background in pink color of the current page.".

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

screenshot

تحميل ملف CRX للإضافة Pink background

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

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

                        You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.                    

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

الاسم Pink background Pink background
ID ehiaijjfijdbaepbhgompjomellejfoj
عنوان URL الرسمي https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj
الوصف This extension allows the users to change the background in pink color of the current page.
حجم الملف 7.37 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0
آخر تحديث 2018-02-20
تاريخ النشر 2018-02-20
تقييم 2.75/5 مجموع تقييمات 4
المطور https://dierezepte.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://dierezepte.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink background",
    "description": "This extension allows the users to change the background in pink color of the current page.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}