Chegg be gone
Removes all chegg results from google.
Co to jest Chegg be gone?
Chegg be gone to rozszerzenie Chrome opracowane przez teamriot10, a jego główną funkcją jest „Removes all chegg results from google.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chegg be gone
Pobierz pliki rozszerzeń Chegg be gone w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Removes all the chegg links from the google search page. No more money spending temptation.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ppbcmkhnddmadphpimpfcbhcceljeckp |
Oficjalny URL | https://chrome.google.com/webstore/detail/chegg-be-gone/ppbcmkhnddmadphpimpfcbhcceljeckp |
Opis | Removes all chegg results from google. |
Rozmiar pliku | 8.71 KB |
Liczba instalacji | 267 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2020-02-08 |
Data Publikacji | 2020-02-08 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | teamriot10 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |