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…

什麼是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.是由Misaka開發的Chrome擴展程式,該擴展的主要功能是“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…”。

下載The one that removes excremental articles and anxiety and anger from Twitter trends.擴展crx文件

下載The one that removes excremental articles and anxiety and anger from Twitter trends.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 ......                    

擴展基本資訊

名稱 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
官方網址 https://chromewebstore.google.com/detail/the-one-that-removes-excr/epekebonmmnbbcghccbbpincipcblkea
簡介 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…
檔案大小 38.37 KB
安裝次數 193
目前版本 1.0.2
更新時間 2021-12-30
上架時間 2020-11-11
評分 5.00/5 共 9 次評分
開發者 Misaka
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://www.afolyte.net/
支援的語言 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
}