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 |
公式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 |
Eメール | [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" } } |