Chegg be gone
Removes all chegg results from google.
什麼是Chegg be gone?
Chegg be gone是由teamriot10開發的Chrome擴展程式,該擴展的主要功能是“Removes all chegg results from google.”。
擴展截圖
下載Chegg be gone擴展crx文件
下載Chegg be gone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Removes all the chegg links from the google search page. No more money spending temptation.
擴展基本資訊
名稱 | |
ID | ppbcmkhnddmadphpimpfcbhcceljeckp |
官方網址 | 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" } } |