TweetFilter

TweetFilter

What is TweetFilter?

TweetFilter is a Chrome extension developed by zensiveapp, and its main feature is "TweetFilter".

Extension Screenshots

screenshot
screenshot
screenshot

Download TweetFilter Extension CRX File

Download TweetFilter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TweetFilter - The Ultimate Twitter & X.com Control

Ad Filter: Pure content, zero ads.
Phrase Filter: Mask tweets using keywords.
Engagement Bait Filter: Avoid baits disguised as questions.
Short Tweet Filter: Skip the brief, embrace substance.
Viral Tweet Filter: Popular isn't always better.
Trusted List: Trusted list avoids all the filters.

## UPDATE (v.1.0.4): Added trusted list and welcome page.

## UPDATE (v.1.0.3): Filter suspicious tweets with media or retweets but lacking interactions.

Completely FREE. Your data remains in-browser. Nothing is uploaded to us.
By Ed@Zensive.                    

Extension Basic Information

Name TweetFilter TweetFilter
ID momiaiinhaolkhmgaknaahdneicjeifd
Official URL https://chromewebstore.google.com/detail/tweetfilter/momiaiinhaolkhmgaknaahdneicjeifd
Description TweetFilter
File Size 757 KB
Installation Count 86
Current Version 1.0.4
Last Updated 2023-09-19
Publish Date 2023-09-04
Rating 4.50/5 Total 2 Ratings
Developer zensiveapp
Email [email protected]
Payment Type free
Supported Languages en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TweetFilter",
    "default_locale": "en",
    "version": "1.0.4",
    "description": "TweetFilter",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png",
                "pages\/welcome\/*",
                "src\/pages\/welcome\/*",
                "assets\/*.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}