Unblur eNotes
Unblur study guides and answers on eNotes.com without signing up!
Unblur eNotes क्या है?
Unblur eNotes Anonymous द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unblur study guides and answers on eNotes.com without signing up!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unblur eNotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*" ] } ] } |