Tweet Blocker

Block tweets containing specified keywords for a customizable Twitter experience.

Qu'est-ce que Tweet Blocker ?

Tweet Blocker est une extension Chrome développée par spikylol2, et sa fonction principale est "Block tweets containing specified keywords for a customizable Twitter experience.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tweet Blocker

Téléchargez les fichiers d'extension Tweet Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Introducing Tweet Blocker - the ultimate chrome extension for a distraction-free browsing experience on Twitter. With Tweet Blocker, you have the power to curate your feed and control the information that you see. Say goodbye to unwanted spoilers, news, and content that doesn't align with your interests. The extension is easy to use, and it has a user-friendly interface that makes it simple to add or remove keywords at any time, giving you complete control over your browsing experience.

Whether you're trying to avoid spoilers for your favorite TV show or movie, or you just want to block out certain types of content like crypto-related tweets or political tweets, Tweet Blocker has got you covered. It allows you to block tweets containing specific keywords, making it easy to stay focused while scrolling through your feed. No more unwanted distractions, no more spoilers, and no more irrelevant content. Download Tweet Blocker today and enjoy a more productive and enjoyable browsing experience on Twitter!                    

Informations de Base sur l'Extension

Nom Tweet Blocker Tweet Blocker
ID jppkefdegnmdgockijpjkpelaenamnib
URL Officiel https://chromewebstore.google.com/detail/tweet-blocker/jppkefdegnmdgockijpjkpelaenamnib
Description Block tweets containing specified keywords for a customizable Twitter experience.
Taille du Fichier 16.22 KB
Nombre d'Installations 91
Version Actuelle 1.1
Dernière Mise à Jour 2023-11-13
Date de Publication 2023-01-24
Évaluation 2.00/5 Total 1 Évaluations
Développeur spikylol2
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweet Blocker",
    "version": "1.1",
    "description": "Block tweets containing specified keywords for a customizable Twitter experience.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}