SUSCHEGG Unlocker
This extension will unlock answers on demand.
什么是SUSCHEGG Unlocker?
SUSCHEGG Unlocker是由https://suschegg.com开发的Chrome扩展程序,该扩展的主要功能是“This extension will unlock answers on demand.”。
扩展截图
下载SUSCHEGG Unlocker扩展crx文件
下载SUSCHEGG Unlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get instant, accurate answers 24/7 with our extension, powered by suschegg.com. Ideal for homework, research, or curiosity. User-friendly and reliable.
Note: Active subscription required - start at just $1! 扩展基本信息
| 名称 | |
| ID | lmgdfnogocfflibblgddikbdncebighm |
| 官方URL | https://chromewebstore.google.com/detail/suschegg-unlocker/lmgdfnogocfflibblgddikbdncebighm |
| 简介 | This extension will unlock answers on demand. |
| 文件大小 | 66.95 KB |
| 安装次数 | 9,498 |
| 当前版本 | 4.0 |
| 更新时间 | 2024-01-07 |
| 上架时间 | 2023-04-20 |
| 评分 | 2.49/5 共39次评分 |
| 开发者 | https://suschegg.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://suschegg.com/ |
| 帮助页面URL | https://discord.gg/suschegg |
| 隐私政策页面URL | https://suschegg.com/tos |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SUSCHEGG Unlocker",
"version": "4.0",
"manifest_version": 3,
"description": "This extension will unlock answers on demand.",
"homepage_url": "http:\/\/suschegg.com\/",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/icon-512.png"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"default_locale": "en",
"action": {
"default_icon": "icons\/icon-128.png",
"default_title": "SUSCHEGG Unlocker",
"default_popup": "src\/browser_action\/browser_action.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.chegg.com\/*",
"https:\/\/*.bartleby.com\/questions-and-answers\/*",
"https:\/\/*.bartleby.com\/solution-answer\/*",
"https:\/\/*.coursehero.com\/file\/*",
"https:\/\/*.coursehero.com\/tutors-problems\/*",
"https:\/\/*.quizlet.com\/explanations\/*",
"https:\/\/*.numerade.com\/ask\/question\/*",
"https:\/\/*.numerade.com\/amp\/*",
"https:\/\/*.numerade.com\/questions\/*",
"https:\/\/*.study.com\/academy\/answer\/*",
"https:\/\/*.study.com\/academy\/lesson\/*",
"https:\/\/*.study.com\/learn\/lesson\/*",
"https:\/\/homework.study.com\/explanation\/*",
"https:\/\/*.scribd.com\/document\/*",
"https:\/\/*.scribd.com\/doc\/*",
"https:\/\/*.scribd.com\/presentation\/*"
],
"js": [
"src\/inject\/inject.js"
],
"css": [
"src\/inject\/inject.css"
]
}
]
} | |