Simple Suspender
Suspend / unsuspend a tab, with minimal privacy concerns by design
Qu'est-ce que Simple Suspender ?
Simple Suspender est une extension Chrome développée par VehpuS, et sa fonction principale est "Suspend / unsuspend a tab, with minimal privacy concerns by design".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Suspender
Téléchargez les fichiers d'extension Simple Suspender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A cross-browser extension to suspend inactive / unused tabs by "hiding" them behind a static, generic browser error page. Basically to suspend https://moshe-gr.com, it will be redirected to http://localhost:0/#https://www.moshe-gr.com (try it ;) ). If you want to install the extension from source code (to ensure no possible abuse) - follow the instructions in the Github repo: https://github.com/VehpuS/simple-cross-browser-suspender.
Informations de Base sur l'Extension
Nom | Simple Suspender |
ID | foejeakhjndjjodhmcieiihikcdpciak |
URL Officiel | https://chromewebstore.google.com/detail/simple-suspender/foejeakhjndjjodhmcieiihikcdpciak |
Description | Suspend / unsuspend a tab, with minimal privacy concerns by design |
Taille du Fichier | 93.4 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-07-25 |
Date de Publication | 2021-07-25 |
Développeur | VehpuS |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/VehpuS/simple-cross-browser-suspender/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Suspender", "version": "1.0", "manifest_version": 3, "description": "Suspend \/ unsuspend a tab, with minimal privacy concerns by design", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png" }, "default_title": "Suspend" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ] } |