DoNotDiscard - Disable tab discard/suspend

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

O que é DoNotDiscard - Disable tab discard/suspend?

DoNotDiscard - Disable tab discard/suspend é uma extensão do Chrome desenvolvida por Martin Wiechmann, e sua principal característica é "Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DoNotDiscard - Disable tab discard/suspend

Baixe arquivos de extensão DoNotDiscard - Disable tab discard/suspend no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome DoNotDiscard - Disable tab discard/suspend DoNotDiscard - Disable tab discard/suspend
ID piohlfbmepkepkoiacedlalbmbkjfphc
URL Oficial https://chromewebstore.google.com/detail/donotdiscard-disable-tab/piohlfbmepkepkoiacedlalbmbkjfphc
Descrição Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.
Tamanho do Arquivo 1019 KB
Contagem de Instalações 2,433
Versão Atual 3.0.3
Última Atualização 2022-11-22
Data de Publicação 2021-04-01
Classificação 3.57/5 Total de 14 Avaliações
Desenvolvedor Martin Wiechmann
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/MartinWie/DoNotSuspend
URL da Página de Ajuda https://github.com/MartinWie/DoNotSuspend/issues
Idiomas Suportados 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"
}