Chegg be gone

Removes all chegg results from google.

Apa itu Chegg be gone?

Chegg be gone adalah ekstensi Chrome yang dikembangkan oleh teamriot10, dan fitur utamanya adalah "Removes all chegg results from google.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chegg be gone

Unduh file ekstensi Chegg be gone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Chegg be gone Chegg be gone
ID ppbcmkhnddmadphpimpfcbhcceljeckp
URL Resmi https://chrome.google.com/webstore/detail/chegg-be-gone/ppbcmkhnddmadphpimpfcbhcceljeckp
Deskripsi Removes all chegg results from google.
Ukuran File 8.71 KB
Jumlah Instalasi 267
Versi Saat Ini 0.1
Terakhir Diperbarui 2020-02-08
Tanggal Publikasi 2020-02-08
Penilaian 5.00/5 Total 3 Penilaian
Pengembang teamriot10
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}