Chegg Auto Refresher
Auto refreshes Chegg Expert Q&A page for new questions
Vad är Chegg Auto Refresher?
Chegg Auto Refresher är en Chrome-tillägg utvecklad av https://tushgaurav.in, och dess huvudfunktion är "Auto refreshes Chegg Expert Q&A page for new questions".
Tilläggsskärmbilder
Ladda ner Chegg Auto Refresher-förlängningens CRX-fil
Ladda ner Chegg Auto Refresher-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
Auto refreshes Chegg Expert Q&A page for new questions. You can also set your own refresh duration.
Grundläggande Information om Tillägg
Namn | Chegg Auto Refresher |
ID | alkblilamfjefheigemcgjbbgbheopli |
Officiell webbadress | https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli |
Beskrivning | Auto refreshes Chegg Expert Q&A page for new questions |
Filstorlek | 12.72 KB |
Antal Installationer | 884 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-07-12 |
Publiceringsdatum | 2023-07-11 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | https://tushgaurav.in |
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": 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" } } |