Chegg be gone
Removes all chegg results from google.
Chegg be goneคืออะไร?
Chegg be gone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย teamriot10 และคุณลักษณะหลักของมันคือ "Removes all chegg results from google."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chegg be gone
ดาวน์โหลดไฟล์ส่วนขยาย Chegg be gone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Removes all the chegg links from the google search page. No more money spending temptation.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ppbcmkhnddmadphpimpfcbhcceljeckp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chegg-be-gone/ppbcmkhnddmadphpimpfcbhcceljeckp |
คำอธิบาย | Removes all chegg results from google. |
ขนาดไฟล์ | 8.71 KB |
จำนวนการติดตั้ง | 267 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2020-02-08 |
วันที่เผยแพร่ | 2020-02-08 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | teamriot10 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chegg be gone", "description": "Removes all chegg results from google.", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*", "http:\/\/www.google.com\/search*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/www.google.com\/search*", "http:\/\/www.google.com\/search*", "activeTab" ], "icons": { "128": "icon128.png", "64": "icon64.png", "32": "icon32.png", "16": "icon16.png" } } |