Chegg be gone

Removes all chegg results from google.

ما هو Chegg be gone؟

Chegg be gone هو إضافة Chrome تم تطويرها بواسطة teamriot10، والميزة الرئيسية لها هي "Removes all chegg results from google.".

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

screenshot

تحميل ملف CRX للإضافة Chegg be gone

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

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

                        Removes all the chegg links from the google search page. 
No more money spending temptation.                    

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

الاسم Chegg be gone Chegg be gone
ID ppbcmkhnddmadphpimpfcbhcceljeckp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/chegg-be-gone/ppbcmkhnddmadphpimpfcbhcceljeckp
الوصف Removes all chegg results from google.
حجم الملف 8.71 KB
عدد التثبيتات 267
النسخة الحالية 0.1
آخر تحديث 2020-02-08
تاريخ النشر 2020-02-08
تقييم 5.00/5 مجموع تقييمات 3
المطور teamriot10
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chegg be gone",
    "description": "Removes all chegg results from google.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*",
                "http:\/\/www.google.com\/search*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/www.google.com\/search*",
        "http:\/\/www.google.com\/search*",
        "activeTab"
    ],
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "32": "icon32.png",
        "16": "icon16.png"
    }
}