Unblur eNotes

Unblur study guides and answers on eNotes.com without signing up!

ما هو Unblur eNotes؟

Unblur eNotes هو إضافة Chrome تم تطويرها بواسطة Anonymous، والميزة الرئيسية لها هي "Unblur study guides and answers on eNotes.com without signing up!".

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

screenshot

تحميل ملف CRX للإضافة Unblur eNotes

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

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

                        If you've ever found a study guide or an answer to a question on eNotes.com, but saw that it was blurred out, then this extension is for you! This extension makes all content on eNotes.com viewable without having to sign up for an account or go through any tedious processes! Every time you navigate to a page on eNotes.com, all content is automatically unblurred without any delay!                    

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

الاسم Unblur eNotes Unblur eNotes
ID baoojdhmelbghncaoakkokajafoemepf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/baoojdhmelbghncaoakkokajafoemepf
الوصف Unblur study guides and answers on eNotes.com without signing up!
حجم الملف 11.64 KB
عدد التثبيتات 2,696
النسخة الحالية 1.0
آخر تحديث 2022-04-11
تاريخ النشر 2022-04-11
تقييم 5.00/5 مجموع تقييمات 8
المطور Anonymous
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unblur eNotes",
    "description": "Unblur study guides and answers on eNotes.com without signing up!",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.enotes.com\/*"
            ]
        }
    ]
}