SUSCHEGG Unlocker
This extension will unlock answers on demand.
SUSCHEGG Unlocker là gì?
SUSCHEGG Unlocker là một tiện ích mở rộng Chrome được phát triển bởi https://suschegg.com, và tính năng chính của nó là "This extension will unlock answers on demand.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SUSCHEGG Unlocker
Tải xuống các tệp mở rộng SUSCHEGG Unlocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SUSCHEGG Unlocker |
ID | lmgdfnogocfflibblgddikbdncebighm |
URL Chính Thức | https://chromewebstore.google.com/detail/suschegg-unlocker/lmgdfnogocfflibblgddikbdncebighm |
Mô tả | This extension will unlock answers on demand. |
Kích Thước Tệp | 66.95 KB |
Số Lần Cài Đặt | 9,498 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2024-01-07 |
Ngày Phát Hành | 2023-04-20 |
Đánh Giá | 2.49/5 Tổng số 39 Đánh Giá |
Nhà Phát Triển | https://suschegg.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://suschegg.com/ |
URL Trang Trợ Giúp | https://discord.gg/suschegg |
URL Trang Chính Sách Bảo Mật | https://suschegg.com/tos |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |