Harvey overload

steve harvey is overloading my computer

ما هو Harvey overload؟

Harvey overload هو إضافة Chrome تم تطويرها بواسطة simon، والميزة الرئيسية لها هي "steve harvey is overloading my computer".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Harvey overload

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

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

                        replaces all images on page to ones of our beautiful mustashed man, Steve Harvey. 
users will want to install it for tricks and seeing their friends faces lol.                    

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

الاسم Harvey overload Harvey overload
ID fohfoldepoehoeahemlecicigbjdccnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/harvey-overload/fohfoldepoehoeahemlecicigbjdccnc
الوصف steve harvey is overloading my computer
حجم الملف 133 KB
عدد التثبيتات 93
النسخة الحالية 1.1
آخر تحديث 2021-02-25
تاريخ النشر 2019-05-07
المطور simon
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Harvey overload",
    "description": "steve harvey is overloading my computer",
    "manifest_version": 2,
    "version": "1.1",
    "browser_action": {
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}