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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The one that removes excremental articles and anxiety and anger from Twitter trends. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}