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 |
| 官方網址 | 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"
]
}
]
} | |