Unblur eNotes
Unblur study guides and answers on eNotes.com without signing up!
Unblur eNotesとは何ですか?
Unblur eNotesはAnonymousによって開発されたChromeの拡張機能で、その主な機能は「Unblur study guides and answers on eNotes.com without signing up!」です。
拡張機能のスクリーンショット
Unblur eNotes拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } ] } |