{"id":20211084,"url":"https://github.com/bitforger/thegreatersuspender","last_synced_at":"2025-05-07T07:32:44.211Z","repository":{"id":39764380,"uuid":"338222903","full_name":"BitForger/thegreatersuspender","owner":"BitForger","description":"Fork of popular extension The Great Suspender made more privacy respecting.","archived":false,"fork":false,"pushed_at":"2023-07-19T06:36:52.000Z","size":7813,"stargazers_count":6,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-09-06T05:44:51.520Z","etag":null,"topics":["chrome","chrome-extension","javascript","privacy","security","suspender","thegreatsuspender"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BitForger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-12T04:23:02.000Z","updated_at":"2023-06-22T01:23:27.000Z","dependencies_parsed_at":"2022-09-07T09:10:35.134Z","dependency_job_id":null,"html_url":"https://github.com/BitForger/thegreatersuspender","commit_stats":null,"previous_names":[],"tags_count":21,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitForger%2Fthegreatersuspender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitForger%2Fthegreatersuspender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitForger%2Fthegreatersuspender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitForger%2Fthegreatersuspender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitForger","download_url":"https://codeload.github.com/BitForger/thegreatersuspender/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224573331,"owners_count":17333808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","chrome-extension","javascript","privacy","security","suspender","thegreatsuspender"],"created_at":"2024-11-14T05:52:36.643Z","updated_at":"2024-11-14T05:52:37.236Z","avatar_url":"https://github.com/BitForger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Greater (More Private) Suspender\n\n:bangbang: _This is a fork and update of the now suspiciously managed extension. I'm stripping all analytics code out of it and making it available to anyone to build from source._ :bangbang:\n\n\u003cimg src=\"/src/img/suspendy-guy.png\" width=\"100px\" /\u003e\n\n\"The Greater Suspender\" is a free and open-source Google Chrome extension for people who find that chrome is consuming too much system resource or suffer from frequent chrome crashing. Once installed and enabled, this extension will automatically *suspend* tabs that have not been used for a while, freeing up memory and cpu that the tab was consuming.\n\nIf you have suggestions or problems using the extension, please [submit a bug or a feature request](https://github.com/bitforger/thegreatersuspender/issues/).\n\n**If you have lost tabs from your browser:** I have written a guide for how to recover your lost tabs [here](https://github.com/deanoemcke/thegreatsuspender/issues/526\n).\n\n### Chrome Web Store\n\n:bangbang: _**There is not a version currently publish on the chrome store**_ :bangbang:\n\nFor more information on the permissions required for the extension, please refer to this gitHub issue: (https://github.com/greatsuspender/thegreatsuspender/issues/213)\n\n### Install as an extension from source\n\n1. Download the **[latest available version](https://github.com/bitforger/thegreatersuspender/releases)** and unarchive to your preferred location (whichever suits you).\n2. Using **Google Chrome** browser, navigate to chrome://extensions/ and enable \"Developer mode\" in the upper right corner.\n3. Click on the \u003ckbd\u003eLoad unpacked extension...\u003c/kbd\u003e button.\n4. Browse to the src directory of the unarchived folder and confirm.\n\nIf you have completed the above steps, the \"welcome\" page will open indicating successful installation of the extension.\n\nBe sure to unsuspend all suspended tabs before removing any other version of the extension or they will disappear forever!\n\n### Build from github\n\nDependencies: openssl, npm.\n\nClone the repository and run these commands:\n```\nnpm install\nnpm run generate-key\nnpm run build\n```\n\nIt should say:\n```\nDone, without errors.\n```\n\n~~The extension in crx format will be inside the build/crx/ directory. You can drag it into [extensions] (chrome://extensions) to install locally.~~\nAs of Chrome 70(ish, I don't remember the exact version) you can no longer side load extensions from third party locations. You can load unpacked from source or install\nvia the Chrome Web Store.\n\n### Integrating with another Chrome extension or app\n\nThis extension has a small external api to allow other extensions to request the suspension of a tab. See [this issue](https://github.com/greatsuspender/thegreatsuspender/issues/276) for more information. And please let me know about it so that I can try it out!\n\n### Windows Group Policies\n\nIt is possible to force settings by defining group policies on Microsoft\nWindows.\n\nThe whitelist is stored internally as a string, with one URL per line.\n\nThe following settings can be defined:\n\n* `SCREEN_CAPTURE` (string, default: '0')\n* `SCREEN_CAPTURE_FORCE` (boolean, default: false)\n* `SUSPEND_IN_PLACE_OF_DISCARD` (boolean, default: false)\n* `DISCARD_IN_PLACE_OF_SUSPEND` (boolean, default: false)\n* `USE_ALT_SCREEN_CAPTURE_LIB` (boolean, default: false)\n* `DISCARD_AFTER_SUSPEND` (boolean, default: false)\n* `IGNORE_WHEN_OFFLINE` (boolean, default: false)\n* `IGNORE_WHEN_CHARGING` (boolean, default: false)\n* `UNSUSPEND_ON_FOCUS` (boolean, default: false)\n* `IGNORE_PINNED` (boolean, default: true)\n* `IGNORE_FORMS` (boolean, default: true)\n* `IGNORE_AUDIO` (boolean, default: true)\n* `IGNORE_ACTIVE_TABS` (boolean, default: true)\n* `IGNORE_CACHE` (boolean, default: false)\n* `ADD_CONTEXT` (boolean, default: true)\n* `SYNC_SETTINGS` (boolean, default: true)\n* `SUSPEND_TIME` (string (minutes), default: '60')\n* `NO_NAG` (boolean, default: false)\n* `WHITELIST` (string (one URL per line), default: '')\n* `THEME` (string, default: 'light')\n\n### Contributing to this extension\n\nContributions are very welcome. Feel free to submit pull requests for new features and bug fixes. For new features, ideally you would raise an issue for the proposed change first so that we can discuss ideas. This will go a long way to ensuring your pull request is accepted.\n\n### License\n\nThis fork is licensed under a GNU GENERAL PUBLIC LICENSE (v2)\n\n### Shoutouts\n\nThis package uses the [html2canvas](https://github.com/niklasvh/html2canvas) library written by Niklas von Hertzen.\nIt also uses the indexedDb wrapper [db.js](https://github.com/aaronpowell/db.js) written by Aaron Powell.\nThank you also to [BrowserStack](https://www.browserstack.com) for providing free chrome testing tools.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitforger%2Fthegreatersuspender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitforger%2Fthegreatersuspender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitforger%2Fthegreatersuspender/lists"}