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!".
Снимки экрана расширения
Скачать файл CRX расширения Unblur eNotes
Скачайте файлы расширений Unblur eNotes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | |
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\/*" ] } ] } |