Chegg Auto Refresher

Auto refreshes Chegg Expert Q&A page for new questions

ما هو Chegg Auto Refresher؟

Chegg Auto Refresher هو إضافة Chrome تم تطويرها بواسطة https://tushgaurav.in، والميزة الرئيسية لها هي "Auto refreshes Chegg Expert Q&A page for new questions".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Chegg Auto Refresher

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

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

                        Auto refreshes Chegg Expert Q&A page for new questions. You can also set your own refresh duration.                    

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

الاسم Chegg Auto Refresher Chegg Auto Refresher
ID alkblilamfjefheigemcgjbbgbheopli
عنوان URL الرسمي https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli
الوصف Auto refreshes Chegg Expert Q&A page for new questions
حجم الملف 12.72 KB
عدد التثبيتات 884
النسخة الحالية 1.0
آخر تحديث 2023-07-12
تاريخ النشر 2023-07-11
تقييم 4.00/5 مجموع تقييمات 1
المطور https://tushgaurav.in
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chegg Auto Refresher",
    "version": "1.0",
    "description": "Auto refreshes Chegg Expert Q&A page for new questions",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/expert.chegg.com\/qna\/authoring\/answer"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/expert.chegg.com\/qna\/authoring\/answer"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Popup and Content Script",
        "default_popup": "popup.html"
    }
}