TweetFilter

TweetFilter

Co je TweetFilter?

TweetFilter je rozšíření Chrome vyvinuté zensiveapp, a jeho hlavní funkcí je „TweetFilter“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TweetFilter

Stáhněte si soubory rozšíření TweetFilter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název TweetFilter TweetFilter
ID momiaiinhaolkhmgaknaahdneicjeifd
Oficiální URL https://chromewebstore.google.com/detail/tweetfilter/momiaiinhaolkhmgaknaahdneicjeifd
Popis TweetFilter
Velikost souboru 757 KB
Počet instalací 86
Aktuální Verze 1.0.4
Poslední Aktualizace 2023-09-19
Datum Vydání 2023-09-04
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář zensiveapp
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}