Orange Mode

Browse the web in orange.

ما هو Orange Mode؟

Orange Mode هو إضافة Chrome تم تطويرها بواسطة elliottcost، والميزة الرئيسية لها هي "Browse the web in orange.".

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

screenshot

تحميل ملف CRX للإضافة Orange Mode

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

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

                        Orange mode adds to orange tint to your browsing experience. It's like wearing sunglasses while you surf the web.                    

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

الاسم Orange Mode Orange Mode
ID mepnacjaekohjgikgdefcedghipcdbfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/orange-mode/mepnacjaekohjgikgdefcedghipcdbfa
الوصف Browse the web in orange.
حجم الملف 8.01 KB
عدد التثبيتات 53
النسخة الحالية 0.1
آخر تحديث 2021-11-16
تاريخ النشر 2021-11-16
تقييم 3.67/5 مجموع تقييمات 3
المطور elliottcost
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://elliott.computer/pages/orange-mode
عنوان صفحة المساعدة http://elliott.computer/pages/orange-mode
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Orange Mode",
    "manifest_version": 2,
    "version": "0.1",
    "description": "Browse the web in orange.",
    "browser_action": [],
    "icons": {
        "16": "off.png",
        "48": "on.png",
        "128": "on.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "orange.js"
            ]
        }
    ]
}