Chegg be gone
Removes all chegg results from google.
Vad är Chegg be gone?
Chegg be gone är en Chrome-tillägg utvecklad av teamriot10, och dess huvudfunktion är "Removes all chegg results from google.".
Tilläggsskärmbilder
Ladda ner Chegg be gone-förlängningens CRX-fil
Ladda ner Chegg be gone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Removes all the chegg links from the google search page. No more money spending temptation.
Grundläggande Information om Tillägg
Namn | |
ID | ppbcmkhnddmadphpimpfcbhcceljeckp |
Officiell webbadress | https://chrome.google.com/webstore/detail/chegg-be-gone/ppbcmkhnddmadphpimpfcbhcceljeckp |
Beskrivning | Removes all chegg results from google. |
Filstorlek | 8.71 KB |
Antal Installationer | 267 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2020-02-08 |
Publiceringsdatum | 2020-02-08 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | teamriot10 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |