Chegg Auto Refresher
Auto refreshes Chegg Expert Q&A page for new questions
Cos'è Chegg Auto Refresher?
Chegg Auto Refresher è un'estensione di Chrome sviluppata da https://tushgaurav.in, e la sua funzione principale è "Auto refreshes Chegg Expert Q&A page for new questions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chegg Auto Refresher
Scarica i file di estensione Chegg Auto Refresher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Auto refreshes Chegg Expert Q&A page for new questions. You can also set your own refresh duration.
Informazioni di Base sull'Estensione
Nome | Chegg Auto Refresher |
ID | alkblilamfjefheigemcgjbbgbheopli |
URL Ufficiale | https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli |
Descrizione | Auto refreshes Chegg Expert Q&A page for new questions |
Dimensione del File | 12.72 KB |
Conteggio Installazioni | 884 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-07-12 |
Data di Pubblicazione | 2023-07-11 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | https://tushgaurav.in |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chegg Auto Refresher", "version": "1.0", "description": "Auto refreshes Chegg Expert Q&A page for new questions", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/expert.chegg.com\/qna\/authoring\/answer" ], "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/expert.chegg.com\/qna\/authoring\/answer" ] } ], "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Popup and Content Script", "default_popup": "popup.html" } } |