Unblur eNotes
Unblur study guides and answers on eNotes.com without signing up!
Qu'est-ce que Unblur eNotes ?
Unblur eNotes est une extension Chrome développée par Anonymous, et sa fonction principale est "Unblur study guides and answers on eNotes.com without signing up!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unblur eNotes
Téléchargez les fichiers d'extension Unblur eNotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | baoojdhmelbghncaoakkokajafoemepf |
URL Officiel | https://chrome.google.com/webstore/detail/baoojdhmelbghncaoakkokajafoemepf |
Description | Unblur study guides and answers on eNotes.com without signing up! |
Taille du Fichier | 11.64 KB |
Nombre d'Installations | 2,696 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-04-11 |
Date de Publication | 2022-04-11 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Anonymous |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |