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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}