Chegg be gone

Removes all chegg results from google.

What is Chegg be gone?

Chegg be gone is a Chrome extension developed by teamriot10, and its main feature is "Removes all chegg results from google.".

Extension Screenshots

screenshot

Download Chegg be gone Extension CRX File

Download Chegg be gone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Removes all the chegg links from the google search page. 
No more money spending temptation.                    

Extension Basic Information

Name Chegg be gone Chegg be gone
ID ppbcmkhnddmadphpimpfcbhcceljeckp
Official URL https://chrome.google.com/webstore/detail/chegg-be-gone/ppbcmkhnddmadphpimpfcbhcceljeckp
Description Removes all chegg results from google.
File Size 8.71 KB
Installation Count 267
Current Version 0.1
Last Updated 2020-02-08
Publish Date 2020-02-08
Rating 5.00/5 Total 3 Ratings
Developer teamriot10
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}