Unblur eNotes

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

Unblur eNotes là gì?

Unblur eNotes là một tiện ích mở rộng Chrome được phát triển bởi Anonymous, và tính năng chính của nó là "Unblur study guides and answers on eNotes.com without signing up!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unblur eNotes

Tải xuống các tệp mở rộng Unblur eNotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unblur eNotes Unblur eNotes
ID baoojdhmelbghncaoakkokajafoemepf
URL Chính Thức https://chrome.google.com/webstore/detail/baoojdhmelbghncaoakkokajafoemepf
Mô tả Unblur study guides and answers on eNotes.com without signing up!
Kích Thước Tệp 11.64 KB
Số Lần Cài Đặt 2,696
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-04-11
Ngày Phát Hành 2022-04-11
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Anonymous
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}