The one that removes excremental articles and anxiety and anger from Twitter trends.

Hide trends on Twitter that contain the specified words. For those who want to see what's trending, but don't want to see tags that…

O que é The one that removes excremental articles and anxiety and anger from Twitter trends.?

The one that removes excremental articles and anxiety and anger from Twitter trends. é uma extensão do Chrome desenvolvida por Misaka, e sua principal característica é "Hide trends on Twitter that contain the specified words. For those who want to see what's trending, but don't want to see tags that…".

Baixar o arquivo CRX da Extensão The one that removes excremental articles and anxiety and anger from Twitter trends.

Baixe arquivos de extensão The one that removes excremental articles and anxiety and anger from Twitter trends. 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

                        It is a tool that aims to build an environment where people can live a peaceful life by hiding excremental information that confuses their minds, arouses their righteous indignation and creates monsters that only enjoy their anger.
Don't let your anger consume you.

After you install it, you'll get a settings window that will take you to
First you need to set the words you want to hide.

It's likely to stop working with every Twitter update.
If you have any problems, please contact me on Twitter: @afolyte.
But please don't expect a reply ......                    

Informações Básicas da Extensão

Nome The one that removes excremental articles and anxiety and anger from Twitter trends. The one that removes excremental articles and anxiety and anger from Twitter trends.
ID epekebonmmnbbcghccbbpincipcblkea
URL Oficial https://chromewebstore.google.com/detail/the-one-that-removes-excr/epekebonmmnbbcghccbbpincipcblkea
Descrição Hide trends on Twitter that contain the specified words. For those who want to see what's trending, but don't want to see tags that…
Tamanho do Arquivo 38.37 KB
Contagem de Instalações 193
Versão Atual 1.0.2
Última Atualização 2021-12-30
Data de Publicação 2020-11-11
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Misaka
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://www.afolyte.net/
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "author": "Misaka",
    "default_locale": "ja",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_name__",
        "default_popup": "config.html"
    },
    "options_ui": {
        "page": "config.html",
        "chrome_style": true
    },
    "manifest_version": 2
}