The absence of host permissions is positive, suggesting the extension doesn't need to access website content directly. However, the favicon permission combined with tabs access could enable tracking of visited sites.
| https://clients2.google.com/service/update2/crx | http://fontawesome.io | |
| http://fontawesome.io/license | https://chromewebstore.google.com/detail/the-great-er-tab-discarder/plpkmjcnhhnpkblimgenmdhghfgghdpp | |
| https://microsoftedge.microsoft.com/addons/detail/the-greater-tab-discarder/lieejiddoadedggjdkgeellgeeibbnai | https://github.com/rkodey/the-great-er-discarder-er/issues | |
| https://github.com/rkodey/the-great-er-discarder-er/blob/main/CHANGELOG.md | https://github.com/aaronpowell/db.js | |
| https://play.google.com/music/listen | https://mail.google.com | |
| http://www.w3.org/2000/svg | http://www.w3.org/1999/xlink | |
| https://bugzilla.mozilla.org/show_bug.cgi?id=872873 | http://stackoverflow.com/questions/36225779/aborterror-within-indexeddb-upgradeneeded-event/36266502 | |
| https://bugzilla.mozilla.org/show_bug.cgi?id=1220279 | https://github.com/ariya/phantomjs/issues/14141 | |
| https://www.google.com | https://www.github.com |
{ "name": "The Great-er Tab Discarder", "icons": { "16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png" }, "action": { "default_icon": "img/icon19.png", "default_popup": "html/popup.html", "default_title": "The Great-er Tab Discarder" }, "version": "1.4.0", "commands": { "1-discard-tab": { "description": "Discard active tab", "suggested_key": { "default": "Ctrl+Shift+D" } }, "2-suspend-tab": { "description": "Suspend active tab", "suggested_key": { "default": "Ctrl+Shift+S" } }, "6-reload-all-windows": { "description": "Reload all tabs in all windows" }, "5-discard-all-windows": { "description": "Discard all tabs in all windows" }, "4-reload-active-window": { "description": "Reload all tabs in active window" }, "3-discard-active-window": { "description": "Discard all tabs in active window" } }, "incognito": "split", "background": { "type": "module", "service_worker": "js/eventPage.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Compatible with latest Chrome! Helps your browser load and run faster by freeing up memory and resources used by old inactive tabs.", "permissions": [ "tabs", "storage", "contextMenus", "alarms", "favicon" ], "options_page": "html/options.html", "manifest_version": 3, "optional_permissions": [ "tabGroups" ], "minimum_chrome_version": "108", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "html/suspended.html", "img/*", "_favicon/*" ] } ] }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.