DoNotDiscard - Disable tab discard/suspend

Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.

Wat is DoNotDiscard - Disable tab discard/suspend?

DoNotDiscard - Disable tab discard/suspend is een Chrome-extensie ontwikkeld door Martin Wiechmann, en de belangrijkste functie is "Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DoNotDiscard - Disable tab discard/suspend

Download DoNotDiscard - Disable tab discard/suspend-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a plugin to be able to keep the auto discard feature turned off for a custom set of URLs, managed by a list of URL keywords.

See if this is working:
Open "chrome://discards/" The column "AutoDiscardable" should be off for all tabs which are matching the filter list.                    

Basisinformatie over de Extensie

Naam DoNotDiscard - Disable tab discard/suspend DoNotDiscard - Disable tab discard/suspend
ID piohlfbmepkepkoiacedlalbmbkjfphc
Officiële URL https://chromewebstore.google.com/detail/donotdiscard-disable-tab/piohlfbmepkepkoiacedlalbmbkjfphc
Beschrijving Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.
Bestandsgrootte 1019 KB
Aantal Installaties 2,433
Huidige Versie 3.0.3
Laatst Bijgewerkt 2022-11-22
Publicatiedatum 2021-04-01
Beoordeling 3.57/5 Totaal 14 Beoordelingen
Ontwikkelaar Martin Wiechmann
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MartinWie/DoNotSuspend
Help Pagina-URL https://github.com/MartinWie/DoNotSuspend/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "version": "3.0.3",
    "action": {
        "default_title": "__MSG_manifest_title__",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background-worker.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "default_locale": "en"
}