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!
拡張機能の基本情報
名前 | SUSCHEGG Unlocker |
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 |
Eメール | [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" ] } ] } |